Ticket #41902: 41902_2.patch
File 41902_2.patch, 620 bytes (added by , 7 years ago) |
---|
-
wp-load.php
21 21 define( 'ABSPATH', dirname( __FILE__ ) . '/' ); 22 22 } 23 23 24 /* 25 * Initialize error reporting to a known set of levels. 26 * 27 * This will be adapted in wp-includes/load.php based on the WP_DEBUG setting. 28 * @see http://php.net/manual/en/errorfunc.constants.php List of known error levels. 29 */ 24 30 error_reporting( E_CORE_ERROR | E_CORE_WARNING | E_COMPILE_ERROR | E_ERROR | E_WARNING | E_PARSE | E_USER_ERROR | E_USER_WARNING | E_RECOVERABLE_ERROR ); 25 31 26 32 /*