Skip to content

Commit

Permalink
Changes suggested by @Jonathandejong
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Bearne committed Feb 18, 2025
1 parent bd9254a commit f24967d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-includes/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ function wp_debug_mode() {

error_reporting( $wp_debug_level );
} else {
error_reporting( E_ALL );
error_reporting( E_ALL );
}

if ( WP_DEBUG_DISPLAY ) {
Expand Down

0 comments on commit f24967d

Please sign in to comment.