Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Added text domain
Browse files Browse the repository at this point in the history
Text domain is missing and translation is not reflected even if it is done
  • Loading branch information
Olein-jp authored Jan 3, 2024
1 parent df92472 commit cc7d725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' ),
)
);
}
Expand Down

0 comments on commit cc7d725

Please sign in to comment.