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.

git-svn-id: https://develop.svn.wordpress.org/trunk@54689 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2022-10-25 14:20:49 +00:00
parent 022bfc03c8
commit 439b9463c8

View File

@ -105,7 +105,7 @@ if ( ! is_multisite() ) {
<?php
printf(
/* 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/' )
);
?>