plugin updates
This commit is contained in:
@@ -44,7 +44,7 @@ if ( $last_checked ) {
|
||||
|
||||
set_transient( 'mailserver_last_checked', true, WP_MAIL_INTERVAL );
|
||||
|
||||
$time_difference = get_option( 'gmt_offset' ) * HOUR_IN_SECONDS;
|
||||
$time_difference = (int) ( (float) get_option( 'gmt_offset' ) * HOUR_IN_SECONDS );
|
||||
|
||||
$phone_delim = '::';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user