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
This commit is contained in:
westi 2008-07-29 19:56:38 +00:00
parent 91fcf4e904
commit ec5a60f0cf
1 changed files with 0 additions and 3 deletions

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