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
This commit is contained in:
Sergey Biryukov 2022-03-11 15:24:02 +00:00
parent 4c23c2f079
commit 08b97d13b8
2 changed files with 2 additions and 2 deletions

View File

@ -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' ),

View File

@ -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.