Make WordPress Core

Changeset 52561


Ignore:
Timestamp:
01/11/2022 06:13:49 PM (3 years ago)
Author:
hellofromTonya
Message:

Site Editor: Fix typo in home template translatable description.

The home template's description should be: "Displays as the site's home page, or as the Posts page when a static home page isn't set." This commit fixes the typo changing "it" to "isn't".

Follow-up to [52331].

Props kharisblank, talldanwp.
Merges [52554] to the 5.9 branch.
Fixes #54787.

File:
1 edited

Legend:

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

    r52364 r52561  
    120120        'home'           => array(
    121121            'title'       => _x( 'Home', 'Template name' ),
    122             'description' => __( 'Displays as the site\'s home page, or as the Posts page when a static home page it set.' ),
     122            'description' => __( 'Displays as the site\'s home page, or as the Posts page when a static home page isn\'t set.' ),
    123123        ),
    124124        'front-page'     => array(
Note: See TracChangeset for help on using the changeset viewer.