Changeset 11428 for trunk/wp-includes/category-template.php
- Timestamp:
- 05/22/2009 12:29:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/category-template.php
r11383 r11428 333 333 $defaults = array( 334 334 'show_option_all' => '', 'show_option_none' => '', 335 'orderby' => ' ID', 'order' => 'ASC',335 'orderby' => 'id', 'order' => 'ASC', 336 336 'show_last_update' => 0, 'show_count' => 0, 337 337 'hide_empty' => 1, 'child_of' => 0,
Note: See TracChangeset
for help on using the changeset viewer.