Changeset 6307
- Timestamp:
- 11/02/2007 04:31:44 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r6295 r6307 641 641 } 642 642 643 if ( empty($terms) ) 644 return array(); 643 if ( empty($terms) ) { 644 $cache[ $key ] = array(); 645 wp_cache_set( 'get_terms', $cache, 'terms' ); 646 return apply_filters('get_terms', array(), $taxonomies, $args); 647 } 645 648 646 649 if ( $child_of || $hierarchical ) {
Note: See TracChangeset
for help on using the changeset viewer.