diff --git a/wp-admin/network.php b/wp-admin/network.php index e5046f9b03..051295a104 100644 --- a/wp-admin/network.php +++ b/wp-admin/network.php @@ -383,13 +383,14 @@ function network_step2( $errors = false ) { ?>
wp-config.php file in %s
above the line reading /* That’s all, stop editing! Happy blogging. */
:' ), $location_of_wp_config ); ?>
'; /* translators: 1: a filename like .htaccess. 2: a file path. */ @@ -506,6 +508,7 @@ RewriteRule ^ - [L] RewriteRule ^{$subdir_match}(wp-(content|admin|includes).*) {$rewrite_base}{$subdir_replacement_12} [L] RewriteRule ^{$subdir_match}(.*\.php)$ {$rewrite_base}$subdir_replacement_12 [L] RewriteRule . index.php [L] + EOF; echo '
';