From 8b30a198eb497a4dc80249e4fdd8a4aa68afb097 Mon Sep 17 00:00:00 2001 From: Andrew 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: https://develop.svn.wordpress.org/trunk@15024 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 76077e8589..d0b9f225d1 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 ); - -