From add6cea9f15d2d4c023c4cf046bd1340aab8f44e Mon Sep 17 00:00:00 2001 From: rboren 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: http://svn.automattic.com/wordpress/trunk@1579 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 0b2935719..86d121f01 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -83,8 +83,13 @@ if( isset( $_GET['m'] ) )