From ec5a60f0cfe98bd39ad1d5f45a9528b6b56ae2b7 Mon Sep 17 00:00:00 2001 From: westi Date: Tue, 29 Jul 2008 19:56:38 +0000 Subject: [PATCH] Remove setting of error_reporting and just use the default WordPress error_reporting settings. Fixes #7035 props jacobsantos. git-svn-id: http://svn.automattic.com/wordpress/trunk@8488 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-mail.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/wp-mail.php b/wp-mail.php index 52d05cb8d3..d3d9e00ac8 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 = '::';