Changeset 7604
- Timestamp:
- 04/06/08 22:30:46 (5 months ago)
- Files:
-
- branches/2.5/wp-admin/edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.5/wp-admin/edit.php
r7485 r7604 168 168 <?php } ?> 169 169 170 <?php wp_dropdown_categories('show_option_all='.__('View all categories').'&hide_empty=1&hierarchical=1&show_count=1& selected='.$cat);?>170 <?php wp_dropdown_categories('show_option_all='.__('View all categories').'&hide_empty=1&hierarchical=1&show_count=1&orderby=name&selected='.$cat);?> 171 171 <?php do_action('restrict_manage_posts'); ?> 172 172 <input type="submit" id="post-query-submit" value="<?php _e('Filter'); ?>" class="button-secondary" />
