Fix for limits.
git-svn-id: http://svn.automattic.com/wordpress/trunk@473 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4ce8e68c03
commit
5f5a61efdc
|
@ -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 = '';
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue