diff --git a/wp-admin/options-general.php b/wp-admin/options-general.php index a6569225949..ba9b155303f 100644 --- a/wp-admin/options-general.php +++ b/wp-admin/options-general.php @@ -105,7 +105,7 @@ 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 05a7c73b0dc..dc8a2f8464b 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.