Make WordPress Core

Changeset 57307 for branches/6.4


Ignore:
Timestamp:
01/18/2024 02:59:29 AM (3 years ago)
Author:
peterwilsoncc
Message:

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

Follow-up to [56951].

Reviewed by jorbin.
Merges [57127] to the 6.4 branch.

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

Location:
branches/6.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.4

  • branches/6.4/src/wp-content/themes/twentytwentyfour/functions.php

    r57070 r57307  
    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', 'twentytwentyfour' ),
     200                                'description' => __( 'A collection of full page layouts.', 'twentytwentyfour' ),
    201201                        )
    202202                );
Note: See TracChangeset for help on using the changeset viewer.