now posts show up :P (put :00 back)

git-svn-id: http://svn.automattic.com/wordpress/trunk@923 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
michelvaldrighi 2004-02-23 14:17:51 +00:00
parent 1c018fa613
commit 24f5b1f9c7
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ if ($p == 'all') {
$where = '';
}
$now = gmdate('Y-m-d H:i:s');
$now = gmdate('Y-m-d H:i:00');
if ($pagenow != 'post.php' && $pagenow != 'edit.php') {
if ((empty($poststart)) || (empty($postend)) || !($postend > $poststart)) {