Changeset 7587
- Timestamp:
- 04/02/2008 01:19:00 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3/wp-includes/taxonomy.php
r7586 r7587 496 496 497 497 $key = md5( serialize( $args ) . serialize( $taxonomies ) ); 498 if ( $_GET['taxonomy_test'] )499 $timer_start = time();500 498 if ( $cache = wp_cache_get( 'get_terms', 'terms' ) ) { 501 if ( $_GET['taxonomy_test'] )502 mail('markjaquith@gmail.com', 'MM Debug ' . $timer_start - time() , print_r($cache, true));503 499 if ( isset( $cache[ $key ] ) ) 504 500 return apply_filters('get_terms', $cache[$key], $taxonomies, $args);
Note: See TracChangeset
for help on using the changeset viewer.