mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Twenty Twenty-Four: Add missing textdomain in pattern category description.
Follow-up to [56951]. Props gavande1, acosmin, afercia, huzaifaalmesbah, ironprogrammer. Fixes #59840. git-svn-id: https://develop.svn.wordpress.org/trunk@57127 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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' ),
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user