diff --git src/wp-admin/includes/network.php src/wp-admin/includes/network.php
index 7fe03dc472..cf62b3a4e5 100644
|
|
|
function network_step1( $errors = false ) {
|
| 268 | 268 | <?php |
| 269 | 269 | printf( |
| 270 | 270 | /* translators: 1: Site URL, 2: Host name, 3: www. */ |
| 271 | | __( 'We recommend you change your siteurl to %1$s before enabling the network feature. It will still be possible to visit your site using the %3$s prefix with an address like %2$s but any links will not have the %3$s prefix.' ), |
| | 271 | __( 'We recommend you change your site url to %1$s before enabling the network feature. It will still be possible to visit your site using the %3$s prefix with an address like %2$s but any links will not have the %3$s prefix.' ), |
| 272 | 272 | '<code>' . substr( $hostname, 4 ) . '</code>', |
| 273 | 273 | '<code>' . $hostname . '</code>', |
| 274 | 274 | '<code>www</code>' |