From 1c7a48c64ab13834fd9e65ae47080a276699c4e5 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 30 Aug 2004 23:46:32 +0000 Subject: [PATCH] Limit number of posts displayed on the edit posts page to 15 unless searching by month. In that case, show all posts for that month. Regression from 1.2. Reported by shelleyp. git-svn-id: https://develop.svn.wordpress.org/trunk@1579 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/wp-admin/edit.php b/wp-admin/edit.php index 0b29357191..86d121f01a 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -83,8 +83,13 @@ if( isset( $_GET['m'] ) )