From 1e83d7d9e9c383353a3ea536186a1c61e2da18d8 Mon Sep 17 00:00:00 2001 From: audrasjb Date: Sun, 9 Jul 2023 22:26:21 +0000 Subject: [PATCH] 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 --- wp-includes/block-template-utils.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/block-template-utils.php b/wp-includes/block-template-utils.php index e057cb91a1..9776775377 100644 --- a/wp-includes/block-template-utils.php +++ b/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' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 401301ce64..f6892417ce 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @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.