Skip to content

Commit 2e0d0f8

Browse files
Remove duplicate error_reporting(). (pantheon-systems#200)
1 parent 0abed43 commit 2e0d0f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/wp-config.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,7 @@
156156
define( 'WP_SITEURL', $scheme . '://' . $_SERVER['HTTP_HOST'] . '/wp' );
157157

158158
}
159-
// Don't show deprecations; useful under PHP 5.5
160-
error_reporting( E_ALL ^ E_DEPRECATED );
159+
161160
// Force the use of a safe temp directory when in a container
162161
if ( defined( 'PANTHEON_BINDING' ) ):
163162
define( 'WP_TEMP_DIR', sprintf( '/srv/bindings/%s/tmp', PANTHEON_BINDING ) );

0 commit comments

Comments
 (0)