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

Commit

Permalink
Merge pull request #660 from WordPress/fix/post-formats
Browse files Browse the repository at this point in the history
Fix: Rename "Post format" category to "Post formats"

Co-authored-by: juanfra <[email protected]>
Co-authored-by: carolinan <[email protected]>
Co-authored-by: audrasjb <[email protected]>
Co-authored-by: jasmussen <[email protected]>
  • Loading branch information
5 people authored Oct 30, 2024
2 parents b54a013 + fd9a989 commit c6935ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function twentytwentyfive_pattern_categories() {
register_block_pattern_category(
'twentytwentyfive_post-format',
array(
'label' => __( 'Post format', 'twentytwentyfive' ),
'label' => __( 'Post formats', 'twentytwentyfive' ),
'description' => __( 'A collection of post format patterns.', 'twentytwentyfive' ),
)
);
Expand Down

0 comments on commit c6935ad

Please sign in to comment.