mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-01 00:10:36 +01:00
now posts show up :P
git-svn-id: http://svn.automattic.com/wordpress/trunk@922 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
64aa448dc3
commit
1c018fa613
@ -377,7 +377,7 @@ if ($p == 'all') {
|
||||
$where = '';
|
||||
}
|
||||
|
||||
$now = date('Y-m-d H:i:00',(time() + ($time_difference * 3600)));
|
||||
$now = gmdate('Y-m-d H:i:s');
|
||||
|
||||
if ($pagenow != 'post.php' && $pagenow != 'edit.php') {
|
||||
if ((empty($poststart)) || (empty($postend)) || !($postend > $poststart)) {
|
||||
|
Loading…
Reference in New Issue
Block a user