mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 09:07:59 +01:00
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:
parent
c3d10ec052
commit
252d94b92d
@ -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' ),
|
||||
)
|
||||
);
|
||||
}
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user