From 86843cc2c5ba2d3eac5a2182dbde8dd6253587ad Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 11 Mar 2022 15:22:28 +0000 Subject: [PATCH] Site Editor: Fix typo in the description of the tag template. Follow-up to [52331]. Props scruffian. Fixes #55374. git-svn-id: https://develop.svn.wordpress.org/trunk@52922 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/block-template-utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/block-template-utils.php b/src/wp-includes/block-template-utils.php index f471e374b9..537a9e4001 100644 --- a/src/wp-includes/block-template-utils.php +++ b/src/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' ),