Make WordPress Core

Ticket #55374: patch.diff

File patch.diff, 567 bytes (added by scruffian, 3 years ago)

Fixes a typo

  • src/wp-includes/block-template-utils.php

     
    159159                ),
    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(
    165165                        'title'       => __( 'Media' ),