mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Prevent fatal error when falling back to fsockopen in the setup-config.php key/salt HTTP request. fixes #13030.
git-svn-id: https://develop.svn.wordpress.org/trunk@14361 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -26,7 +26,7 @@ define('WP_SETUP_CONFIG', true);
|
||||
*
|
||||
* Set this to error_reporting( E_ALL ) or error_reporting( E_ALL | E_STRICT ) for debugging
|
||||
*/
|
||||
error_reporting(0);
|
||||
error_reporting(E_ALL &~ E_DEPRECATED);
|
||||
|
||||
/**#@+
|
||||
* These three defines are required to allow us to use require_wp_db() to load
|
||||
|
||||
Reference in New Issue
Block a user