Changeset 5119 for trunk/wp-includes/category.php
- Timestamp:
- 03/27/2007 11:45:41 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/category.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category.php
r5112 r5119 151 151 $_category = $category; 152 152 } else { 153 $category = (int) $category; 153 154 if ( ! $_category = wp_cache_get($category, 'category') ) { 154 155 $_category = $wpdb->get_row("SELECT * FROM $wpdb->categories WHERE cat_ID = '$category' LIMIT 1");
Note: See TracChangeset
for help on using the changeset viewer.