Changeset 2450
- Timestamp:
- 06/29/2010 06:39:06 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/bb-includes/functions.bb-topic-tags.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-includes/functions.bb-topic-tags.php
r2079 r2450 271 271 272 272 $terms = wp_cache_get( $cache_id, 'bb_topic_tag_terms' ); 273 if ( empty( $terms )) {273 if ( false === $terms ) { 274 274 $terms = $wp_taxonomy_object->get_object_terms( (int) $topic->topic_id, 'bb_topic_tag', $args ); 275 275 wp_cache_set( $cache_id, $terms, 'bb_topic_tag_terms' );
Note: See TracChangeset
for help on using the changeset viewer.