From 27fa0510e657cec3256c79fc69ed99720b66f5a2 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 25 Oct 2022 14:22:12 +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. Built from https://develop.svn.wordpress.org/trunk@54689 git-svn-id: http://core.svn.wordpress.org/trunk@54241 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options-general.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index a656922594..ba9b155303 100644 --- a/wp-admin/options-general.php +++ b/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/' ) ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index 05a7c73b0d..dc8a2f8464 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @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.