summaryrefslogtreecommitdiffstats
path: root/wp-content/themes/twentytwentytwo/inc/block-patterns.php
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 07:57:30 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 07:57:30 +0000
commitfa9a33d818470a5796f0ff8797f98b510ed8de18 (patch)
treebde6a1eede376f9b5df5898ce812330152984d8e /wp-content/themes/twentytwentytwo/inc/block-patterns.php
parentReleasing progress-linux version 6.4.3+dfsg1-1~progress7.99u1. (diff)
downloadwordpress-fa9a33d818470a5796f0ff8797f98b510ed8de18.tar.xz
wordpress-fa9a33d818470a5796f0ff8797f98b510ed8de18.zip
Merging upstream version 6.5+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'wp-content/themes/twentytwentytwo/inc/block-patterns.php')
-rw-r--r--wp-content/themes/twentytwentytwo/inc/block-patterns.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/wp-content/themes/twentytwentytwo/inc/block-patterns.php b/wp-content/themes/twentytwentytwo/inc/block-patterns.php
index ce5e331..f47e26e 100644
--- a/wp-content/themes/twentytwentytwo/inc/block-patterns.php
+++ b/wp-content/themes/twentytwentytwo/inc/block-patterns.php
@@ -14,11 +14,11 @@
*/
function twentytwentytwo_register_block_patterns() {
$block_pattern_categories = array(
- 'featured' => array( 'label' => __( 'Featured', 'twentytwentytwo' ) ),
- 'footer' => array( 'label' => __( 'Footers', 'twentytwentytwo' ) ),
- 'header' => array( 'label' => __( 'Headers', 'twentytwentytwo' ) ),
- 'query' => array( 'label' => __( 'Query', 'twentytwentytwo' ) ),
- 'pages' => array( 'label' => __( 'Pages', 'twentytwentytwo' ) ),
+ 'featured' => array( 'label' => __( 'Featured', 'twentytwentytwo' ) ),
+ 'footer' => array( 'label' => __( 'Footers', 'twentytwentytwo' ) ),
+ 'header' => array( 'label' => __( 'Headers', 'twentytwentytwo' ) ),
+ 'query' => array( 'label' => __( 'Query', 'twentytwentytwo' ) ),
+ 'twentytwentytwo_pages' => array( 'label' => __( 'Pages', 'twentytwentytwo' ) ),
);
/**