Make WordPress Core

Changeset 52922


Ignore:
Timestamp:
03/11/2022 03:22:28 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Site Editor: Fix typo in the description of the tag template.

Follow-up to [52331].

Props scruffian.
Fixes #55374.

File:
1 edited

Legend:

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

    r52631 r52922  
    160160        'tag'            => array(
    161161            'title'       => _x( 'Tag', 'Template name' ),
    162             'description' => __( 'Displays latest posts with single post tag.' ),
     162            'description' => __( 'Displays latest posts with a single post tag.' ),
    163163        ),
    164164        'attachment'     => array(
Note: See TracChangeset for help on using the changeset viewer.