Changeset 4848
- Timestamp:
- 01/31/2007 05:57:54 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category.php
r4722 r4848 34 34 if ( $cache = wp_cache_get( 'get_categories', 'category' ) ) 35 35 if ( isset( $cache[ $key ] ) ) 36 return $cache[ $key ];36 return apply_filters('get_categories', $cache[$key], $r); 37 37 38 38 $where = 'cat_ID > 0';
Note: See TracChangeset
for help on using the changeset viewer.