diff --git a/wp-includes/block-template-utils.php b/wp-includes/block-template-utils.php index f471e374b9..537a9e4001 100644 --- a/wp-includes/block-template-utils.php +++ b/wp-includes/block-template-utils.php @@ -159,7 +159,7 @@ function get_default_block_template_types() { ), 'tag' => array( 'title' => _x( 'Tag', 'Template name' ), - 'description' => __( 'Displays latest posts with single post tag.' ), + 'description' => __( 'Displays latest posts with a single post tag.' ), ), 'attachment' => array( 'title' => __( 'Media' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 1366783136..4563353c3f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52921'; +$wp_version = '6.0-alpha-52922'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.