oops, typo

git-svn-id: https://develop.svn.wordpress.org/trunk@1005 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
michelvaldrighi 2004-03-25 03:56:13 +00:00
parent c38dc8bab3
commit 4c63770c2d
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ switch($action) {
post_password = '$post_password',
post_name = '$post_name',
to_ping = '$trackback',
post_modified = '$now'
post_modified = '$now',
post_modified_gmt = '$now_gmt'
WHERE ID = $post_ID ");