mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
Editor: Typo correction in Author block template description.
Follow-up to [56145]. Props kebbet. git-svn-id: https://develop.svn.wordpress.org/trunk@56182 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -143,7 +143,7 @@ function get_default_block_template_types() {
|
||||
),
|
||||
'author' => array(
|
||||
'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(
|
||||
'title' => _x( 'Category Archives', 'Template name' ),
|
||||
|
||||
Reference in New Issue
Block a user