From 28677c6b0048dd1161327508ac9716d1737cf215 Mon Sep 17 00:00:00 2001 From: ryan 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: http://svn.automattic.com/wordpress/trunk@12663 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 abab9904d..7ac355a04 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."