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

Follow-up to [56951].

Props gavande1, acosmin, afercia, huzaifaalmesbah, ironprogrammer.
Fixes #59840.
Built from https://develop.svn.wordpress.org/trunk@57127


git-svn-id: http://core.svn.wordpress.org/trunk@56638 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2023-11-19 11:37:26 +00:00
parent c3d10ec052
commit 252d94b92d
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.5-alpha-57126';
$wp_version = '6.5-alpha-57127';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.