oops, typo
git-svn-id: http://svn.automattic.com/wordpress/trunk@1005 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b8df8fb93d
commit
a2d8fcf716
|
@ -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 ");
|
||||
|
||||
|
|
Loading…
Reference in New Issue