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