From 41fef2f8c98200654701d0ba839a15f817311eec Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Mon, 7 Nov 2022 20:21:07 +0000 Subject: [PATCH] Editor: Improve Archive template description. This changeset improves the description of the Archive template in the Site Editor to make it more accurate. Follow-up to [52331]. Props Chaton666, webaxones, mukesh27, audrasjb, SergeyBiryukov. Fixes #57001. git-svn-id: https://develop.svn.wordpress.org/trunk@54761 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 d2795612ed..802627873e 100644 --- a/src/wp-includes/block-template-utils.php +++ b/src/wp-includes/block-template-utils.php @@ -139,7 +139,7 @@ function get_default_block_template_types() { ), 'archive' => array( 'title' => _x( 'Archive', 'Template name' ), - 'description' => __( 'Displays post categories, tags, and other archives.' ), + 'description' => __( 'Displays posts by a category, tag, author, or date.' ), ), 'author' => array( 'title' => _x( 'Author', 'Template name' ),