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:
parent
91fcf4e904
commit
ec5a60f0cf
|
@ -12,9 +12,6 @@ require(dirname(__FILE__) . '/wp-load.php');
|
||||||
/** Get the POP3 class for which to access the mailbox. */
|
/** Get the POP3 class for which to access the mailbox. */
|
||||||
require_once(ABSPATH.WPINC.'/class-pop3.php');
|
require_once(ABSPATH.WPINC.'/class-pop3.php');
|
||||||
|
|
||||||
// WTF is this? Use constants instead.
|
|
||||||
error_reporting(2037);
|
|
||||||
|
|
||||||
$time_difference = get_option('gmt_offset') * 3600;
|
$time_difference = get_option('gmt_offset') * 3600;
|
||||||
|
|
||||||
$phone_delim = '::';
|
$phone_delim = '::';
|
||||||
|
|
Loading…
Reference in New Issue