Changeset 6643 for trunk/wp-includes/post.php
- Timestamp:
- 01/22/2008 07:35:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r6594 r6643 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 );
Note: See TracChangeset
for help on using the changeset viewer.