Networks and Sites: Clarify the recommendation to remove the www prefix from the site domain before creating a network.

The `siteurl` option reference was not quite clear, and the string actually refers to the domain name, not the full URL.

Props kharisblank, tobifjellner, ramiy.
Fixes #49214.
Built from https://develop.svn.wordpress.org/trunk@47085


git-svn-id: http://core.svn.wordpress.org/trunk@46885 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2020-01-18 01:15:04 +00:00
parent 053a9cd5b8
commit 89f5d3dd0c
2 changed files with 2 additions and 2 deletions

View File

@@ -268,7 +268,7 @@ function network_step1( $errors = false ) {
<?php
printf(
/* translators: 1: Site URL, 2: Host name, 3: www. */
__( '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.' ),
__( 'We recommend you change your site domain 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.' ),
'<code>' . substr( $hostname, 4 ) . '</code>',
'<code>' . $hostname . '</code>',
'<code>www</code>'