Ticket #5698: modified.diff
File modified.diff, 438 bytes (added by , 17 years ago) |
---|
-
wp-includes/post.php
1062 1062 $post_date_gmt = '0000-00-00 00:00:00'; 1063 1063 } 1064 1064 1065 if ( $update ) {1065 if ( $update || '0000-00-00 00:00:00' == $post_date ) { 1066 1066 $post_modified = current_time( 'mysql' ); 1067 1067 $post_modified_gmt = current_time( 'mysql', 1 ); 1068 1068 } else {