From 24f5b1f9c752f5590aa2bc949cc44db4b174f0fb Mon Sep 17 00:00:00 2001 From: michelvaldrighi Date: Mon, 23 Feb 2004 14:17:51 +0000 Subject: [PATCH] now posts show up :P (put :00 back) git-svn-id: http://svn.automattic.com/wordpress/trunk@923 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-blog-header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-blog-header.php b/wp-blog-header.php index e521dd07f0..6f57a40478 100644 --- a/wp-blog-header.php +++ b/wp-blog-header.php @@ -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)) {