diff --git a/wp-includes/block-template-utils.php b/wp-includes/block-template-utils.php index f1660ed643..20ca871028 100644 --- a/wp-includes/block-template-utils.php +++ b/wp-includes/block-template-utils.php @@ -119,7 +119,7 @@ function get_default_block_template_types() { ), 'home' => array( 'title' => _x( 'Home', 'Template name' ), - 'description' => __( 'Displays as the site\'s home page, or as the Posts page when a static home page it set.' ), + 'description' => __( 'Displays as the site\'s home page, or as the Posts page when a static home page isn\'t set.' ), ), 'front-page' => array( 'title' => _x( 'Front Page', 'Template name' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 5ea294fcb8..144487e268 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52553'; +$wp_version = '6.0-alpha-52554'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.