From 65381c986b602a5712f089ca96467983a5d0b68d Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Sun, 9 Jul 2023 22:24:16 +0000 Subject: [PATCH] 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 --- src/wp-includes/block-template-utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/block-template-utils.php b/src/wp-includes/block-template-utils.php index e057cb91a1..9776775377 100644 --- a/src/wp-includes/block-template-utils.php +++ b/src/wp-includes/block-template-utils.php @@ -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' ),