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.



Built from https://develop.svn.wordpress.org/branches/6.4@57307


git-svn-id: http://core.svn.wordpress.org/branches/6.4@56813 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Peter Wilson 2024-01-18 03:01:12 +00:00
parent 4b211cb120
commit 5277ebbe4d
2 changed files with 3 additions and 3 deletions

View File

@ -196,8 +196,8 @@ if ( ! function_exists( 'twentytwentyfour_pattern_categories' ) ) :
register_block_pattern_category(
'page',
array(
'label' => _x( 'Pages', 'Block pattern category' ),
'description' => __( 'A collection of full page layouts.' ),
'label' => _x( 'Pages', 'Block pattern category', 'twentytwentyfour' ),
'description' => __( 'A collection of full page layouts.', 'twentytwentyfour' ),
)
);
}

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4.3-alpha-57297';
$wp_version = '6.4.3-alpha-57307';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.