mirror of
git://develop.git.wordpress.org/
synced 2025-03-23 21:39:50 +01:00
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. git-svn-id: https://develop.svn.wordpress.org/branches/6.4@57307 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a473f0e19d
commit
7714f5deec
@ -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' ),
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user