Fix for limits.

git-svn-id: https://develop.svn.wordpress.org/trunk@473 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2003-10-26 17:28:30 +00:00
parent 061696b6a1
commit 5a800c0917
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 = '';
}
}