mirror of
git://develop.git.wordpress.org/
synced 2025-03-22 13:00:29 +01: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:
parent
34d46cd501
commit
86843cc2c5
@ -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' ),
|
||||
|
Loading…
x
Reference in New Issue
Block a user