Changeset 60235 for trunk/src/wp-includes/post.php
- Timestamp:
- 05/14/2025 11:57:21 AM (8 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post.php
r60102 r60235 4624 4624 if ( $update || '0000-00-00 00:00:00' === $post_date ) { 4625 4625 $post_modified = current_time( 'mysql' ); 4626 $post_modified_gmt = current_time( 'mysql', 1);4626 $post_modified_gmt = current_time( 'mysql', true ); 4627 4627 } else { 4628 4628 $post_modified = $post_date;
Note: See TracChangeset
for help on using the changeset viewer.