Ticket #6623: 6623.diff
| File 6623.diff, 654 bytes (added by , 18 years ago) |
|---|
-
wp-admin/edit.php
167 167 </select> 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" /> 173 173