Make WordPress Core

Changeset 57127

Timestamp:
11/19/2023 11:35:09 AM (8 months ago)
Author:
SergeyBiryukov
Message:

Twenty Twenty-Four: Add missing textdomain in pattern category description.

Follow-up to [56951].

Props gavande1, acosmin, afercia, huzaifaalmesbah, ironprogrammer.
Fixes #59840.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyfour/functions.php

    r57067 r57127  
    197197            'page',
    198198            array(
    199                 'label'       => _x( 'Pages', 'Block pattern category' ),
    200                 'description' => __( 'A collection of full page layouts.' ),
     199                'label'       => _x( 'Pages', 'Block pattern category' ),
     200                'description' => __( 'A collection of full page layouts.' ),
    201201            )
    202202        );
Note: See TracChangeset for help on using the changeset viewer.