diff --git a/src/wp-content/themes/twentytwentyfour/functions.php b/src/wp-content/themes/twentytwentyfour/functions.php index deb0ab1d1e96..baee062f6f14 100644 --- a/src/wp-content/themes/twentytwentyfour/functions.php +++ b/src/wp-content/themes/twentytwentyfour/functions.php @@ -196,8 +196,8 @@ function 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' ), ) ); }