Changeset 6645 for trunk/wp-includes/post.php
- Timestamp:
- 01/23/2008 08:25:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/post.php
r6643 r6645 1884 1884 $post_date_gmt = current_time('mysql', 1); 1885 1885 1886 if ( empty($post_modified) ) 1887 $post_modified = $post_date; 1888 if ( empty($post_modified_gmt) ) 1889 $post_modified_gmt = $post_date_gmt; 1890 1886 1891 if ( empty($comment_status) ) { 1887 1892 if ( $update )
Note: See TracChangeset
for help on using the changeset viewer.