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:
michelvaldrighi
2004-02-23 03:42:40 +00:00
parent d92647edb0
commit 84435bfa5f
7 changed files with 16 additions and 32 deletions

View File

@@ -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);