From 08b97d13b80f5cae72bda07e6b2006ff7a769d06 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 11 Mar 2022 15:24:02 +0000 Subject: [PATCH] Site Editor: Fix typo in the description of the tag template. Follow-up to [52331]. Props scruffian. Fixes #55374. Built from https://develop.svn.wordpress.org/trunk@52922 git-svn-id: http://core.svn.wordpress.org/trunk@52511 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/block-template-utils.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.