Ticket #1837: functions.php.diff
| File functions.php.diff, 584 bytes (added by , 20 years ago) |
|---|
-
wp-includes/functions-post.php
136 136 post_name = '$post_name', 137 137 to_ping = '$to_ping', 138 138 pinged = '$pinged', 139 post_modified = ' $post_date',140 post_modified_gmt = ' $post_date_gmt',139 post_modified = '".current_time('mysql')."', 140 post_modified_gmt = '".current_time('mysql',1)."', 141 141 post_parent = '$post_parent', 142 142 menu_order = '$menu_order' 143 143 WHERE ID = $post_ID");