Changeset 2387
- Timestamp:
- 02/27/2005 04:47:38 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-category.php
r2379 r2387 21 21 if (!empty($categories)) 22 22 sort($categories); 23 else 24 $categories = array(); 23 25 24 26 return $categories;
Note: See TracChangeset
for help on using the changeset viewer.