From 52f9c189581f405f0516c6b20eac779d9708721c Mon Sep 17 00:00:00 2001 From: nacin Date: Fri, 28 May 2010 02:41:01 +0000 Subject: [PATCH] Don't tell IIS users to back up their .htaccess files. git-svn-id: http://svn.automattic.com/wordpress/trunk@15024 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/network.php | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/wp-admin/network.php b/wp-admin/network.php index 76077e858..d0b9f225d 100644 --- a/wp-admin/network.php +++ b/wp-admin/network.php @@ -307,7 +307,12 @@ function network_step2( $errors = false ) { ?>

-

Caution: We recommend you backup your existing wp-config.php and .htaccess files.' ); ?>

+

Caution: We recommend you back up your existing wp-config.php file.' ); + else + _e( 'Caution: We recommend you back up your existing wp-config.php and .htaccess files.' ); + ?>

@@ -358,7 +363,8 @@ define( 'BLOG_ID_CURRENT_SITE', 1 ); ?> @@ -440,8 +446,9 @@ define( 'BLOG_ID_CURRENT_SITE', 1 ); - -