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.

Built from https://develop.svn.wordpress.org/trunk@54761


git-svn-id: http://core.svn.wordpress.org/trunk@54313 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2022-11-07 20:23:11 +00:00
parent 3481f64d6c
commit daccffbd4a
2 changed files with 2 additions and 2 deletions

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

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.2-alpha-54760';
$wp_version = '6.2-alpha-54761';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.