Ticket #36708: 36708.patch
File 36708.patch, 414 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/load.php
302 302 } 303 303 304 304 if ( defined( 'XMLRPC_REQUEST' ) || defined( 'REST_REQUEST' ) || ( defined( 'DOING_AJAX' ) && DOING_AJAX ) ) { 305 ini_set( 'display_errors', 0 );305 @ini_set( 'display_errors', 0 ); 306 306 } 307 307 } 308 308