mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 20:54:29 +00:00
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
This commit is contained in:
@@ -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' ),
|
||||
|
||||
Reference in New Issue
Block a user