now posts show up :P (put :00 back)
git-svn-id: https://develop.svn.wordpress.org/trunk@923 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d3540cc93d
commit
07252436c6
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user