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