Changeset 2616 for trunk/wp-includes/functions.php
- Timestamp:
- 05/27/05 06:10:41 (4 years ago)
- Files:
-
- trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/functions.php
r2612 r2616 543 543 if ( empty($category) ) 544 544 return null; 545 546 $category = (int) $category; 545 547 546 548 if ( ! isset($cache_categories))
