mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00: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. git-svn-id: https://develop.svn.wordpress.org/trunk@54761 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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' ),
|
||||
|
||||
Reference in New Issue
Block a user