Administration: Improve the wording of "Site Address" field description.
This aims to clarify that "Site Address (URL)" is a required field that should not be left blank, whether or not the site home page is intended to be different from the WordPress installation directory. Follow-up to [1203], [3058], [5093], [5141], [13750], [41986]. Props digical, sabernhardt. Fixes #50629. Built from https://develop.svn.wordpress.org/trunk@54689 git-svn-id: http://core.svn.wordpress.org/trunk@54241 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bbb40de012
commit
27fa0510e6
|
@ -105,7 +105,7 @@ if ( ! is_multisite() ) {
|
||||||
<?php
|
<?php
|
||||||
printf(
|
printf(
|
||||||
/* translators: %s: Documentation URL. */
|
/* translators: %s: Documentation URL. */
|
||||||
__( 'Enter the address here if you <a href="%s">want your site home page to be different from your WordPress installation directory</a>.' ),
|
__( 'Enter the same address here unless you <a href="%s">want your site home page to be different from your WordPress installation directory</a>.' ),
|
||||||
__( 'https://wordpress.org/support/article/giving-wordpress-its-own-directory/' )
|
__( 'https://wordpress.org/support/article/giving-wordpress-its-own-directory/' )
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.2-alpha-54687';
|
$wp_version = '6.2-alpha-54689';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue