Make WordPress Core

Ticket #57001: 57001.diff

File 57001.diff, 641 bytes (added by Chaton666, 2 years ago)

Fix description

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

    diff --git a/src/wp-includes/block-template-utils.php b/src/wp-includes/block-template-utils.php
    index 5db20bf08c..5817e22cab 100644
    a b function get_default_block_template_types() { 
    139139                ),
    140140                'archive'        => array(
    141141                        'title'       => _x( 'Archive', 'Template name' ),
    142                         'description' => __( 'Displays post categories, tags, and other archives.' ),
     142                        'description' => __( 'Displays post by categories, tags, and other archives.' ),
    143143                ),
    144144                'author'         => array(
    145145                        'title'       => _x( 'Author', 'Template name' ),