Changeset 59064 for trunk/src/wp-admin/update-core.php
- Timestamp:
- 09/18/2024 10:35:35 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r57793 r59064 1097 1097 1098 1098 if ( $current && isset( $current->last_checked ) ) { 1099 $last_update_check = $current->last_checked + get_option( 'gmt_offset' ) * HOUR_IN_SECONDS;1099 $last_update_check = $current->last_checked + (int) ( (float) get_option( 'gmt_offset' ) * HOUR_IN_SECONDS ); 1100 1100 } 1101 1101
Note: See TracChangeset
for help on using the changeset viewer.