Add clearer to edit-pages.php. Props Nazgul. fixes #4210
git-svn-id: http://svn.automattic.com/wordpress/trunk@5361 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
58d8ed1284
commit
4c26ea65a1
|
@ -18,6 +18,8 @@ require_once('admin-header.php');
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
<br style="clear:both;" />
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
wp('post_type=page&orderby=menu_order&what_to_show=posts&posts_per_page=-1&posts_per_archive_page=-1&order=asc');
|
wp('post_type=page&orderby=menu_order&what_to_show=posts&posts_per_page=-1&posts_per_archive_page=-1&order=asc');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue