Guest User

Untitled

a guest
May 20th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. diff --git a/web/wp/wp-includes/load.php b/web/wp/wp-includes/load.php
  2. index c7a46de..f52539e 100644
  3. --- a/web/wp/wp-includes/load.php
  4. +++ b/web/wp/wp-includes/load.php
  5. @@ -318,7 +318,7 @@ function wp_debug_mode() {
  6. }
  7.  
  8. if ( WP_DEBUG ) {
  9. - error_reporting( E_ALL );
  10. + error_reporting( E_ALL & ~E_DEPRECATED);
  11.  
  12. if ( WP_DEBUG_DISPLAY )
  13. ini_set( 'display_errors', 1 );
Add Comment
Please, Sign In to add comment