Show pages in ascending order in Edit->Pages. Props Xander. fixes #3760
git-svn-id: http://svn.automattic.com/wordpress/trunk@4913 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
76a104a2e9
commit
4f830dcbeb
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue