Make WordPress Core

Changeset 56182


Ignore:
Timestamp:
07/09/2023 10:24:16 PM (2 years ago)
Author:
audrasjb
Message:

Editor: Typo correction in Author block template description.

Follow-up to [56145].

Props kebbet.

File:
1 edited

Legend:

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

    r56145 r56182  
    144144        'author'         => array(
    145145            'title'       => _x( 'Author Archives', 'Template name' ),
    146             'description' => __( 'Displays a single author\'s post archive. This template will serve as a fallback when a more a specific template (e.g., Author: Admin) cannot be found.' ),
     146            'description' => __( 'Displays a single author\'s post archive. This template will serve as a fallback when a more specific template (e.g., Author: Admin) cannot be found.' ),
    147147        ),
    148148        'category'       => array(
Note: See TracChangeset for help on using the changeset viewer.