Changeset 47085
- Timestamp:
- 01/18/2020 01:13:12 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/network.php
r47067 r47085 269 269 printf( 270 270 /* translators: 1: Site URL, 2: Host name, 3: www. */ 271 __( 'We recommend you change your site urlto %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.' ), 272 272 '<code>' . substr( $hostname, 4 ) . '</code>', 273 273 '<code>' . $hostname . '</code>',
Note: See TracChangeset
for help on using the changeset viewer.