Display 15 posts. Remove no longer needed add-post AJAX action. Props johnhennmacc. fixes #6264

git-svn-id: https://develop.svn.wordpress.org/trunk@7352 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2008-03-17 22:18:32 +00:00
parent 06db41b417
commit eae7b967de
2 changed files with 1 additions and 18 deletions

View File

@@ -547,7 +547,7 @@ function wp_edit_posts_query( $q = false ) {
$orderby = 'date';
}
wp("post_type=post&what_to_show=posts$post_status_q&posts_per_page=20&order=$order&orderby=$orderby");
wp("post_type=post&what_to_show=posts$post_status_q&posts_per_page=15&order=$order&orderby=$orderby");
return array($post_stati, $avail_post_stati);
}