Skip to content

Commit c9224d4

Browse files
authored
Merge pull request #5986 from jrfnl/feature/php-8.4-remove-estrict
2 parents b852d18 + 30a6aea commit c9224d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/utils-wp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function wp_debug_mode() {
4747
define( 'WP_DEBUG', true );
4848
}
4949

50-
error_reporting( E_ALL & ~E_DEPRECATED & ~E_STRICT );
50+
error_reporting( E_ALL & ~E_DEPRECATED );
5151
} else {
5252
if ( WP_DEBUG ) {
5353
error_reporting( E_ALL );

0 commit comments

Comments
 (0)