diff --git a/src/wp-admin/includes/network.php b/src/wp-admin/includes/network.php index 46570b01e5..d04b4f9a28 100644 --- a/src/wp-admin/includes/network.php +++ b/src/wp-admin/includes/network.php @@ -159,7 +159,7 @@ function network_step1( $errors = false ) { $subdomain_install = true; } else { $subdomain_install = false; - if ( $got_mod_rewrite = got_mod_rewrite() ) { // dangerous assumptions + if ( $got_mod_rewrite = got_mod_rewrite() ) { // dangerous assumptions echo '
' . __( 'Note:' ) . ' '; /* translators: %s: mod_rewrite */ printf( __( 'Please make sure the Apache %s module is installed as it will be used at the end of this installation.' ), @@ -405,10 +405,16 @@ function network_step2( $errors = false ) { ?>
above the line reading /* That’s all, stop editing! Happy blogging. */:' ),
+ /* translators: 1: wp-config.php 2: location of wp-config file, 3: translated version of "That's all, stop editing! Happy blogging." */
+ __( 'Add the following to your %1$s file in %2$s above the line reading %3$s:' ),
'wp-config.php',
- '' . $location_of_wp_config . ''
+ '' . $location_of_wp_config . '',
+ /*
+ * translators: This string should only be translated if wp-config-sample.php is localized.
+ * You can check the localized release package or
+ * https://i18n.svn.wordpress.org//* ' . __( 'That’s all, stop editing! Happy blogging.' ) . ' */'
); ?>