mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-18 14:21:25 +01:00
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:
parent
3481f64d6c
commit
daccffbd4a
@ -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' ),
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user