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
This commit is contained in:
Peter Westwood 2008-07-29 19:56:38 +00:00
parent f698dfbb3b
commit 9099a0e896

View File

@ -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 = '::';