diff --git a/src/wp-content/themes/twentytwentyfour/functions.php b/src/wp-content/themes/twentytwentyfour/functions.php
index baee062f6f..8536cb8423 100644
a
|
b
|
if ( ! function_exists( 'twentytwentyfour_pattern_categories' ) ) : |
194 | 194 | function twentytwentyfour_pattern_categories() { |
195 | 195 | |
196 | 196 | register_block_pattern_category( |
197 | | 'page', |
| 197 | 'twentytwentyfour_page', |
198 | 198 | array( |
199 | 199 | 'label' => _x( 'Pages', 'Block pattern category', 'twentytwentyfour' ), |
200 | 200 | 'description' => __( 'A collection of full page layouts.', 'twentytwentyfour' ), |
diff --git a/src/wp-content/themes/twentytwentyfour/patterns/page-about-business.php b/src/wp-content/themes/twentytwentyfour/patterns/page-about-business.php
index f04b20940c..ad626980e1 100644
a
|
b
|
|
2 | 2 | /** |
3 | 3 | * Title: About |
4 | 4 | * Slug: twentytwentyfour/page-about-business |
5 | | * Categories: page |
| 5 | * Categories: twentytwentyfour_page |
6 | 6 | * Keywords: starter |
7 | 7 | * Block Types: core/post-content |
8 | 8 | * Post Types: page, wp_template |
diff --git a/src/wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php b/src/wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php
index ae88e9006c..5cef5d4e50 100644
a
|
b
|
|
2 | 2 | /** |
3 | 3 | * Title: Blogging home |
4 | 4 | * Slug: twentytwentyfour/page-home-blogging |
5 | | * Categories: page |
| 5 | * Categories: twentytwentyfour_page |
6 | 6 | * Keywords: page, starter |
7 | 7 | * Post Types: page, wp_template |
8 | 8 | * Viewport width: 1400 |
diff --git a/src/wp-content/themes/twentytwentyfour/patterns/page-home-business.php b/src/wp-content/themes/twentytwentyfour/patterns/page-home-business.php
index ca22952174..415c42f1d9 100644
a
|
b
|
|
2 | 2 | /** |
3 | 3 | * Title: Business home |
4 | 4 | * Slug: twentytwentyfour/page-home-business |
5 | | * Categories: page |
| 5 | * Categories: twentytwentyfour_page |
6 | 6 | * Keywords: starter |
7 | 7 | * Block Types: core/post-content |
8 | 8 | * Post Types: page, wp_template |
diff --git a/src/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php b/src/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php
index cce1fdb106..a9ce9d760a 100644
a
|
b
|
|
2 | 2 | /** |
3 | 3 | * Title: Portfolio home image gallery |
4 | 4 | * Slug: twentytwentyfour/page-home-gallery |
5 | | * Categories: page |
| 5 | * Categories: twentytwentyfour_page |
6 | 6 | * Keywords: starter |
7 | 7 | * Block Types: core/post-content |
8 | 8 | * Post Types: page, wp_template |
diff --git a/src/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php b/src/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php
index 4f3c473f0b..40d4fa1e75 100644
a
|
b
|
|
2 | 2 | /** |
3 | 3 | * Title: Portfolio home with post featured images |
4 | 4 | * Slug: twentytwentyfour/page-home-portfolio |
5 | | * Categories: page |
| 5 | * Categories: twentytwentyfour_page |
6 | 6 | * Keywords: starter |
7 | 7 | * Block Types: core/post-content |
8 | 8 | * Post Types: page, wp_template |
diff --git a/src/wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php b/src/wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php
index 24c6d9a86f..5ee552e500 100644
a
|
b
|
|
2 | 2 | /** |
3 | 3 | * Title: Newsletter landing |
4 | 4 | * Slug: twentytwentyfour/page-newsletter-landing |
5 | | * Categories: call-to-action, page, featured |
| 5 | * Categories: call-to-action, twentytwentyfour_page, featured |
6 | 6 | * Keywords: starter |
7 | 7 | * Block Types: core/post-content |
8 | 8 | * Post Types: page, wp_template |
diff --git a/src/wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php b/src/wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php
index 3e29b11387..b0bf21b480 100644
a
|
b
|
|
2 | 2 | /** |
3 | 3 | * Title: Portfolio project overview |
4 | 4 | * Slug: twentytwentyfour/page-portfolio-overview |
5 | | * Categories: page, featured |
| 5 | * Categories: twentytwentyfour_page, featured |
6 | 6 | * Keywords: starter |
7 | 7 | * Block Types: core/post-content |
8 | 8 | * Post Types: page, wp_template |
diff --git a/src/wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php b/src/wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php
index 469a13426a..8b3ba8316c 100644
a
|
b
|
|
2 | 2 | /** |
3 | 3 | * Title: RSVP landing |
4 | 4 | * Slug: twentytwentyfour/page-rsvp-landing |
5 | | * Categories: page |
| 5 | * Categories: twentytwentyfour_page |
6 | 6 | * Keywords: starter |
7 | 7 | * Block Types: core/post-content |
8 | 8 | * Post Types: page, wp_template |