Skip to content

Commit

Permalink
Show pages in ascending order in Edit->Pages. Props Xander. fixes #3760
Browse files Browse the repository at this point in the history
git-svn-id: https://develop.svn.wordpress.org/branches/2.1@4914 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
ryanboren committed Feb 22, 2007
1 parent 55ff138 commit 6818360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-admin/edit-pages.php
Expand Up @@ -19,7 +19,7 @@
</form>

<?php
wp('post_type=page&orderby=menu_order&what_to_show=posts&posts_per_page=-1&posts_per_archive_page=-1');
wp('post_type=page&orderby=menu_order&what_to_show=posts&posts_per_page=-1&posts_per_archive_page=-1&order=asc');

if ( $_GET['s'] )
$all = false;
Expand Down

0 comments on commit 6818360

Please sign in to comment.