From fd9a9896ebc8e0a1de6c7e42bb229a3a5b78020f Mon Sep 17 00:00:00 2001 From: Juan Aldasoro Date: Tue, 29 Oct 2024 17:42:58 +0100 Subject: [PATCH] Update label to be `Post formats` --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 83d869df..ddb42a89 100644 --- a/functions.php +++ b/functions.php @@ -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' ), ) );