Changeset 7763
- Timestamp:
- 04/21/08 19:45:49 (7 months ago)
- Files:
-
- branches/2.5/wp-includes/taxonomy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.5/wp-includes/taxonomy.php
r7545 r7763 581 581 } 582 582 583 $key = md5( serialize( $args ) . serialize( $taxonomies ) ); 583 // $args can be whatever, only use the args defined in defaults to compute the key 584 $key = md5( serialize( compact(array_keys($defaults)) ) . serialize( $taxonomies ) ); 585 584 586 if ( $cache = wp_cache_get( 'get_terms', 'terms' ) ) { 585 587 if ( isset( $cache[ $key ] ) )
