Make WordPress Core

Changeset 47085


Ignore:
Timestamp:
01/18/2020 01:13:12 AM (5 years ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/network.php

    r47067 r47085  
    269269        printf(
    270270            /* 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 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.' ),
    272272            '<code>' . substr( $hostname, 4 ) . '</code>',
    273273            '<code>' . $hostname . '</code>',
Note: See TracChangeset for help on using the changeset viewer.