From 9099a0e896ab5302cb797292f5cca1df463fbd11 Mon Sep 17 00:00:00 2001 From: Peter Westwood 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: https://develop.svn.wordpress.org/trunk@8488 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 = '::';