Ticket #23811: 23811.4.diff
File 23811.4.diff, 479 bytes (added by , 12 years ago) |
---|
-
wp-includes/load.php
function wp_debug_mode() { 272 272 } else { 273 273 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 ); 274 274 } 275 if ( defined( 'XMLRPC_REQUEST' ) ) 276 ini_set( 'display_errors', 0 ); 275 277 } 276 278 277 279 /**