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 ); - -