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
This commit is contained in:
Jb Audras 2022-11-07 20:21:07 +00:00
parent ad31a2e424
commit 41fef2f8c9

View File

@ -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' ),