From 439b9463c8328f91011a5a4ee35cc960efaa093e Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 25 Oct 2022 14:20:49 +0000 Subject: [PATCH] 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 --- src/wp-admin/options-general.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/options-general.php b/src/wp-admin/options-general.php index a656922594..ba9b155303 100644 --- a/src/wp-admin/options-general.php +++ b/src/wp-admin/options-general.php @@ -105,7 +105,7 @@ if ( ! is_multisite() ) { want your site home page to be different from your WordPress installation directory.' ), + __( 'Enter the same address here unless you want your site home page to be different from your WordPress installation directory.' ), __( 'https://wordpress.org/support/article/giving-wordpress-its-own-directory/' ) ); ?>