Changeset 5553 for trunk/wp-includes/category.php
- Timestamp:
- 05/26/2007 06:54:16 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/category.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category.php
r5534 r5553 5 5 6 6 if ( ! $cat_ids = wp_cache_get('all_category_ids', 'category') ) { 7 $cat_ids = get_terms('category', ' get=ids&hierarchical=0&hide_empty=0');7 $cat_ids = get_terms('category', 'fields=ids&get=all'); 8 8 wp_cache_add('all_category_ids', $cat_ids, 'category'); 9 9 }
Note: See TracChangeset
for help on using the changeset viewer.