diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php index abab9904de..7ac355a045 100644 --- a/wp-admin/setup-config.php +++ b/wp-admin/setup-config.php @@ -19,8 +19,7 @@ define('WP_INSTALLING', true); /** * Disable error reporting * - * Set this to error_reporting( E_ALL ) or error_reporting( E_ALL | E_STRICT ) f -or debugging + * Set this to error_reporting( E_ALL ) or error_reporting( E_ALL | E_STRICT ) for debugging */ error_reporting(0); @@ -192,7 +191,7 @@ switch($step) {

You can create the wp-config.php manually and paste the following text into it.

After you've done that, click "Run the install."