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:
parent
4c23c2f079
commit
08b97d13b8
|
@ -159,7 +159,7 @@ function get_default_block_template_types() {
|
||||||
),
|
),
|
||||||
'tag' => array(
|
'tag' => array(
|
||||||
'title' => _x( 'Tag', 'Template name' ),
|
'title' => _x( 'Tag', 'Template name' ),
|
||||||
'description' => __( 'Displays latest posts with single post tag.' ),
|
'description' => __( 'Displays latest posts with a single post tag.' ),
|
||||||
),
|
),
|
||||||
'attachment' => array(
|
'attachment' => array(
|
||||||
'title' => __( 'Media' ),
|
'title' => __( 'Media' ),
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue