Make WordPress Core

Ticket #58713: 58713.diff

File 58713.diff, 1.3 KB (added by SergeyBiryukov, 3 years ago)
  • src/wp-includes/block-template-utils.php

     
    147147                ),
    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(
    153153                        'title'       => _x( 'Taxonomy', 'Template name' ),
     
    159159                ),
    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(
    165165                        'title'       => __( 'Attachment Pages' ),