Make WordPress Core

Changeset 54761

Timestamp:
11/07/2022 08:21:07 PM (21 months ago)
Author:
audrasjb
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/block-template-utils.php

    r54754 r54761  
    140140        'archive'        => array(
    141141            'title'       => _x( 'Archive', 'Template name' ),
    142             'description' => __( 'Displays post categories, tags, and other archives.' ),
     142            'description' => __( 'Displays post.' ),
    143143        ),
    144144        'author'         => array(
Note: See TracChangeset for help on using the changeset viewer.