Changeset 3357
- Timestamp:
- 12/24/2005 08:04:59 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions-post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions-post.php
r3356 r3357 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' … … 311 311 to_ping = '$to_ping', 312 312 pinged = '$pinged', 313 post_modified = ' $post_date',314 post_modified_gmt = ' $post_date_gmt',313 post_modified = '".current_time('mysql')."', 314 post_modified_gmt = '".current_time('mysql',1)."', 315 315 post_parent = '$post_parent', 316 316 menu_order = '$menu_order',
Note: See TracChangeset
for help on using the changeset viewer.