big leap to GMT dates
git-svn-id: http://svn.automattic.com/wordpress/trunk@914 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -47,7 +47,8 @@ if ($comment == 'comment' || $comment == '') {
|
||||
}
|
||||
|
||||
|
||||
$now = current_time('mysql');
|
||||
$now = gmdate('Y-m-d H:i:s');
|
||||
|
||||
|
||||
$comment = balanceTags($comment, 1);
|
||||
$comment = format_to_post($comment);
|
||||
|
||||
Reference in New Issue
Block a user