From f121906d102d962ebf6c21f7cf835f57fcec04c5 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 8 Jan 2010 18:40:00 +0000 Subject: [PATCH] Don't break UTF-8 strings in setup-config.php. Props SergeyBiryukov fixes #11821 git-svn-id: https://develop.svn.wordpress.org/trunk@12663 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/setup-config.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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."