mirror of
git://develop.git.wordpress.org/
synced 2025-02-22 07:35:46 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@54761 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
ad31a2e424
commit
41fef2f8c9
@ -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' ),
|
||||
|
Loading…
x
Reference in New Issue
Block a user