Make WordPress Core

Changeset 56230


Ignore:
Timestamp:
07/14/2023 05:16:21 AM (2 years ago)
Author:
isabel_brison
Message:

Editor: fix typos in templates info.

Fixes two small typos in wp-includes/block-template-utils.php.

Props SergeyBiryukov.
Fixes #58713.

File:
1 edited

Legend:

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

    r56182 r56230  
    148148        'category'       => array(
    149149            'title'       => _x( 'Category Archives', 'Template name' ),
    150             'description' => __( 'Displays a post category archive. This template will serve as a fallback when more specific template (e.g., Category: Recipes) cannot be found.' ),
     150            'description' => __( 'Displays a post category archive. This template will serve as a fallback when a more specific template (e.g., Category: Recipes) cannot be found.' ),
    151151        ),
    152152        'taxonomy'       => array(
     
    160160        'tag'            => array(
    161161            'title'       => _x( 'Tag Archives', 'Template name' ),
    162             'description' => __( 'Displays a post tag archive. This template will serve as a fallback when more specific template (e.g., Tag: Pizza) cannot be found.' ),
     162            'description' => __( 'Displays a post tag archive. This template will serve as a fallback when a more specific template (e.g., Tag: Pizza) cannot be found.' ),
    163163        ),
    164164        'attachment'     => array(
Note: See TracChangeset for help on using the changeset viewer.