Changeset 59064 for trunk/src/wp-mail.php
- Timestamp:
- 09/18/2024 10:35:35 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-mail.php
r56596 r59064 45 45 set_transient( 'mailserver_last_checked', true, WP_MAIL_INTERVAL ); 46 46 47 $time_difference = get_option( 'gmt_offset' ) * HOUR_IN_SECONDS;47 $time_difference = (int) ( (float) get_option( 'gmt_offset' ) * HOUR_IN_SECONDS ); 48 48 49 49 $phone_delim = '::';
Note: See TracChangeset
for help on using the changeset viewer.