Show pages in ascending order in Edit->Pages. Props Xander. fixes #3760

git-svn-id: https://develop.svn.wordpress.org/trunk@4913 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2007-02-22 01:59:33 +00:00
parent 0a1b1b2e88
commit a50ff92010
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ require_once('admin-header.php');
</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;