]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-mail.php
WordPress 3.5.1-scripts
[autoinstalls/wordpress.git] / wp-mail.php
index 7fc3967b6a74ff7132f5849ce8942a8522435141..5685b3acf9576c52d1a042c8d96bf3cdad8fea6f 100644 (file)
@@ -30,7 +30,7 @@ if ( $last_checked )
 
 set_transient('mailserver_last_checked', true, WP_MAIL_INTERVAL);
 
-$time_difference = get_option('gmt_offset') * 3600;
+$time_difference = get_option('gmt_offset') * HOUR_IN_SECONDS;
 
 $phone_delim = '::';