Changeset 2616 for trunk/wp-includes/functions.php
- Timestamp:
- 05/27/2005 06:10:41 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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))
Note: See TracChangeset
for help on using the changeset viewer.