Make WordPress Core

Changeset 57265


Ignore:
Timestamp:
01/10/2024 05:06:51 PM (14 months ago)
Author:
SergeyBiryukov
Message:

Editor: Clarify single post and page template descriptions.

Follow-up to [55500].

Props mikachan.
Fixes #60216.

File:
1 edited

Legend:

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

    r57215 r57265  
    126126        'single'         => array(
    127127            'title'       => _x( 'Single Posts', 'Template name' ),
    128             'description' => __( 'Displays single posts on your website unless a custom template has been applied to that post or a dedicated template exists.' ),
     128            'description' => __( 'Displays a single post on your website unless a custom template has been applied to that post or a dedicated template exists.' ),
    129129        ),
    130130        'page'           => array(
    131131            'title'       => _x( 'Pages', 'Template name' ),
    132             'description' => __( 'Display all static pages unless a custom template has been applied or a dedicated template exists.' ),
     132            'description' => __( 'Displays a static page unless a custom template has been applied to that page or a dedicated template exists.' ),
    133133        ),
    134134        'archive'        => array(
Note: See TracChangeset for help on using the changeset viewer.