From a2d8fcf716ca8584b622983074396963fa98f48c 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: http://svn.automattic.com/wordpress/trunk@1005 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 ");