Changeset 60235 for trunk/src/wp-admin/includes/upgrade.php
- Timestamp:
- 05/14/2025 11:57:21 AM (9 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/upgrade.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/upgrade.php
r60111 r60235 209 209 // First post. 210 210 $now = current_time( 'mysql' ); 211 $now_gmt = current_time( 'mysql', 1);211 $now_gmt = current_time( 'mysql', true ); 212 212 $first_post_guid = get_option( 'home' ) . '/?p=1'; 213 213
Note: See TracChangeset
for help on using the changeset viewer.