Changeset 10317
- Timestamp:
- 01/06/2009 12:35:21 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7/wp-includes/category-template.php
r10276 r10317 655 655 uasort( $tags, create_function('$a, $b', 'return strnatcasecmp($a->name, $b->name);') ); 656 656 else 657 uasort( $tags, create_function('$a, $b', 'return ($a->count <$b->count);') );657 uasort( $tags, create_function('$a, $b', 'return ($a->count > $b->count);') ); 658 658 659 659 if ( 'DESC' == $order )
Note: See TracChangeset
for help on using the changeset viewer.