From 5f5a61efdcf7c66b1c131b9b2a11eeab7802f09d Mon Sep 17 00:00:00 2001 From: saxmatt Date: Sun, 26 Oct 2003 17:28:30 +0000 Subject: [PATCH] Fix for limits. git-svn-id: http://svn.automattic.com/wordpress/trunk@473 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- blog.header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog.header.php b/blog.header.php index e6f5744f5..a61489719 100644 --- a/blog.header.php +++ b/blog.header.php @@ -263,7 +263,7 @@ if ( !empty($postend) && ($postend > $poststart) && (!$m) && !$month && !$year & } } } - elseif (($m) || ($p) || ($w) || ($s) || ($whichcat) || ($author) || $month || $year || $day) { + elseif (($m) || ($p) || ($w) || ($s) || ($whichcat) || ($author)) { $limits = ''; } }