Make WordPress Core

Ticket #6623: 6623.diff

File 6623.diff, 654 bytes (added by MtDewVirus, 18 years ago)
  • wp-admin/edit.php

     
    167167</select>
    168168<?php } ?>
    169169
    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);?>
    171171<?php do_action('restrict_manage_posts'); ?>
    172172<input type="submit" id="post-query-submit" value="<?php _e('Filter'); ?>" class="button-secondary" />
    173173