diff --git a/wp-mail.php b/wp-mail.php index 52d05cb8d..d3d9e00ac 100644 --- a/wp-mail.php +++ b/wp-mail.php @@ -12,9 +12,6 @@ require(dirname(__FILE__) . '/wp-load.php'); /** Get the POP3 class for which to access the mailbox. */ require_once(ABSPATH.WPINC.'/class-pop3.php'); -// WTF is this? Use constants instead. -error_reporting(2037); - $time_difference = get_option('gmt_offset') * 3600; $phone_delim = '::';