Editor: Typo correction in Author block template description.
Follow-up to [56145]. Props kebbet. Built from https://develop.svn.wordpress.org/trunk@56182 git-svn-id: http://core.svn.wordpress.org/trunk@55694 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
17f0e47798
commit
1e83d7d9e9
|
@ -143,7 +143,7 @@ function get_default_block_template_types() {
|
||||||
),
|
),
|
||||||
'author' => array(
|
'author' => array(
|
||||||
'title' => _x( 'Author Archives', 'Template name' ),
|
'title' => _x( 'Author Archives', 'Template name' ),
|
||||||
'description' => __( 'Displays a single author\'s post archive. This template will serve as a fallback when a more a specific template (e.g., Author: Admin) cannot be found.' ),
|
'description' => __( 'Displays a single author\'s post archive. This template will serve as a fallback when a more specific template (e.g., Author: Admin) cannot be found.' ),
|
||||||
),
|
),
|
||||||
'category' => array(
|
'category' => array(
|
||||||
'title' => _x( 'Category Archives', 'Template name' ),
|
'title' => _x( 'Category Archives', 'Template name' ),
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.3-beta3-56181';
|
$wp_version = '6.3-beta3-56182';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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