diff --git a/wp-includes/script-loader.php b/wp-includes/script-loader.php index 956d4338ef..27defd0659 100644 --- a/wp-includes/script-loader.php +++ b/wp-includes/script-loader.php @@ -1287,7 +1287,7 @@ function wp_default_scripts( $scripts ) { 'invalidValue' => __( 'Invalid value.' ), 'blockThemeNotification' => sprintf( /* translators: 1: Link to Site Editor documentation on HelpHub, 2: HTML button. */ - __( 'Hurray! Your theme supports Site Editing with blocks. Tell me more. %2$s' ), + __( 'Hurray! Your theme supports site editing with blocks. Tell me more. %2$s' ), __( 'https://wordpress.org/support/article/site-editor/' ), sprintf( '', diff --git a/wp-includes/version.php b/wp-includes/version.php index e640db0340..fd2306609c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54786'; +$wp_version = '6.2-alpha-54787'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.