Changeset 1853 for trunk/wp-includes/template-functions-category.php
- Timestamp:
- 11/15/2004 06:00:21 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/template-functions-category.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-category.php
r1851 r1853 19 19 } 20 20 21 sort($categories); 21 if (!empty($categories)) 22 sort($categories); 23 22 24 return $categories; 23 25 }
Note: See TracChangeset
for help on using the changeset viewer.