Fix for limits.

git-svn-id: http://svn.automattic.com/wordpress/trunk@473 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-10-26 17:28:30 +00:00
parent 4ce8e68c03
commit 5f5a61efdc
1 changed files with 1 additions and 1 deletions

View File

@ -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 = '';
}
}