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:
rob1n 2007-05-01 01:19:19 +00:00
parent 58d8ed1284
commit 4c26ea65a1

View File

@ -18,6 +18,8 @@ require_once('admin-header.php');
</fieldset>
</form>
<br style="clear:both;" />
<?php
wp('post_type=page&orderby=menu_order&what_to_show=posts&posts_per_page=-1&posts_per_archive_page=-1&order=asc');