From 4c63770c2db2a14c4fc1409fb170f46172efac80 Mon Sep 17 00:00:00 2001 From: michelvaldrighi Date: Thu, 25 Mar 2004 03:56:13 +0000 Subject: [PATCH] oops, typo git-svn-id: https://develop.svn.wordpress.org/trunk@1005 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/post.php b/wp-admin/post.php index f0f3d41b81..1c7dee22fa 100644 --- a/wp-admin/post.php +++ b/wp-admin/post.php @@ -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 ");