Make WordPress Core

Ticket #62437: 62437.4.patch

File 62437.4.patch, 48.8 KB (added by viralsampat, 15 months ago)

I have checked themes and found few files where we need to fix phpcs coding standard. Here, I have attached its patch.

  • src/wp-content/themes/twentytwentyfour/patterns/banner-hero.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/banner-hero.php src/wp-content/themes/twentytwentyfour/patterns/banner-hero.php
    index 9971884d63..742b93d975 100644
     
    55 * Categories: banner, call-to-action, featured
    66 * Viewport width: 1400
    77 * Description: A hero section with a title, a paragraph, a CTA button, and an image.
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}}},"layout":{"type":"constrained","contentSize":"","wideSize":""}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/banner-project-description.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/banner-project-description.php src/wp-content/themes/twentytwentyfour/patterns/banner-project-description.php
    index 7ddeea7aa1..3a550d7ba7 100644
     
    55 * Categories: featured, banner, about, portfolio
    66 * Viewport width: 1400
    77 * Description: Project description section with title, paragraph, and an image.
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}}},"backgroundColor":"accent-2","layout":{"type":"constrained"}} -->
    1115<div class="wp-block-group alignfull has-accent-2-background-color has-background" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)">
  • src/wp-content/themes/twentytwentyfour/patterns/cta-content-image-on-right.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/cta-content-image-on-right.php src/wp-content/themes/twentytwentyfour/patterns/cta-content-image-on-right.php
    index 49bceb2eb9..a829410272 100644
     
    55 * Categories: call-to-action, banner
    66 * Viewport width: 1400
    77 * Description: A title, paragraph, two CTA buttons, and an image for a general CTA section.
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/cta-pricing.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/cta-pricing.php src/wp-content/themes/twentytwentyfour/patterns/cta-pricing.php
    index 4ba3937434..76294091f0 100644
     
    55 * Categories: call-to-action, services
    66 * Viewport width: 1400
    77 * Description: A pricing section with a title, a paragraph and three pricing levels.
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:group {"metadata":{"name":"<?php echo esc_html_x( 'Pricing Table', 'Name for the pricing pattern', 'twentytwentyfour' ); ?>"},"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}}},"layout":{"type":"constrained"}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/cta-rsvp.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/cta-rsvp.php src/wp-content/themes/twentytwentyfour/patterns/cta-rsvp.php
    index a12386949b..55796d5375 100644
     
    55 * Categories: call-to-action, featured
    66 * Viewport width: 1100
    77 * Description: A large RSVP heading sideways, a description, and a CTA button.
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:group {"metadata":{"name":"<?php echo esc_html_x( 'RSVP', 'Name of RSVP pattern', 'twentytwentyfour' ); ?>"},"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}}},"backgroundColor":"accent-5","layout":{"type":"constrained"}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php src/wp-content/themes/twentytwentyfour/patterns/cta-services-image-left.php
    index b6315b0cbd..70cc3f58ff 100644
     
    55 * Categories: call-to-action, banner, featured, services
    66 * Viewport width: 1400
    77 * Description: An image, title, paragraph and a CTA button to describe services.
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"},"margin":{"top":"0","bottom":"0"}}},"backgroundColor":"accent-5","layout":{"type":"constrained"}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/cta-subscribe-centered.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/cta-subscribe-centered.php src/wp-content/themes/twentytwentyfour/patterns/cta-subscribe-centered.php
    index c11b913351..7e15eb5271 100644
     
    55 * Categories: call-to-action
    66 * Keywords: newsletter, subscribe, button
    77 * Description: Subscribers CTA section with a title, a paragraph and a CTA button.
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php src/wp-content/themes/twentytwentyfour/patterns/footer-centered-logo-nav.php
    index 39258764fc..a0f00fdf9a 100644
     
    55 * Categories: footer
    66 * Block Types: core/template-part/footer
    77 * Description: A footer section with a centered logo, navigation, and WordPress credits.
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|50"}}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"center"}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/footer-colophon-3-col.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/footer-colophon-3-col.php src/wp-content/themes/twentytwentyfour/patterns/footer-colophon-3-col.php
    index e0de63b6f9..e6dbe37c6f 100644
     
    55 * Categories: footer
    66 * Block Types: core/template-part/footer
    77 * Description: A footer section with a colophon and 3 columns.
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:group {"align":"wide","layout":{"type":"constrained"}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/footer.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/footer.php src/wp-content/themes/twentytwentyfour/patterns/footer.php
    index 4b8aeb2797..2eb195b48c 100644
     
    55 * Categories: footer
    66 * Block Types: core/template-part/footer
    77 * Description: A footer section with a colophon and 4 columns.
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}}},"layout":{"type":"constrained"}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/gallery-full-screen-image.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/gallery-full-screen-image.php src/wp-content/themes/twentytwentyfour/patterns/gallery-full-screen-image.php
    index dc9cc5d339..9932d0fa7c 100644
     
    44 * Slug: twentytwentyfour/gallery-full-screen-image
    55 * Categories: gallery, portfolio
    66 * Description: A cover image section that covers the entire width.
     7 *
     8 * @package WordPress
     9 * @subpackage Twenty_Twenty_Four
    710 */
     11
    812?>
    913
    1014<!-- wp:cover {"url":"<?php echo esc_url( get_template_directory_uri() ); ?>/assets/images/art-gallery.webp","hasParallax":true,"dimRatio":0,"overlayColor":"base","minHeight":100,"minHeightUnit":"vh","isDark":false,"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","right":"var:preset|spacing|50","left":"var:preset|spacing|50"}}},"layout":{"type":"constrained"}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-2-col.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-2-col.php src/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-2-col.php
    index 8e2222efe7..289dd74b50 100644
     
    66 * Keywords: project, images, media, masonry, columns
    77 * Viewport width: 1400
    88 * Description: A gallery section with 2 columns and offset images.
     9 *
     10 * @package WordPress
     11 * @subpackage Twenty_Twenty_Four
    912 */
     13
    1014?>
    1115<!-- wp:group {"metadata":{"name":"Portfolio Images"},"align":"full","style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50","top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
    1216<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)">
  • src/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-3-col.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-3-col.php src/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-3-col.php
    index 5f32f7f861..d12bd77c92 100644
     
    66 * Keywords: project, images, media, masonry, columns
    77 * Viewport width: 1400
    88 * Description: A gallery section with 3 columns and offset images.
     9 *
     10 * @package WordPress
     11 * @subpackage Twenty_Twenty_Four
    912 */
     13
    1014?>
    1115<!-- wp:group {"metadata":{"name":"Portfolio Images"},"align":"full","style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50","top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
    1216<div class="wp-block-group alignfull" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)">
  • src/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-4-col.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-4-col.php src/wp-content/themes/twentytwentyfour/patterns/gallery-offset-images-grid-4-col.php
    index df9341d045..a8ba4dc352 100644
     
    66 * Keywords: project, images, media, masonry, columns
    77 * Viewport width: 1400
    88 * Description: A gallery section with 4 columns and offset images.
     9 *
     10 * @package WordPress
     11 * @subpackage Twenty_Twenty_Four
    912 */
     13
    1014?>
    1115
    1216<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50","top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"},"metadata":{"name":"Portfolio Images"}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/gallery-project-layout.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/gallery-project-layout.php src/wp-content/themes/twentytwentyfour/patterns/gallery-project-layout.php
    index 143d61bd7a..cbeb16bb65 100644
     
    55 * Categories: gallery, featured, portfolio
    66 * Viewport width: 1600
    77 * Description: A gallery section with a project layout with 2 images.
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","right":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50"},"margin":{"top":"0","bottom":"0"}},"elements":{"link":{"color":{"text":"var:preset|color|base-2"}}}},"backgroundColor":"contrast","textColor":"base-2","layout":{"type":"constrained"}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/hidden-404.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/hidden-404.php src/wp-content/themes/twentytwentyfour/patterns/hidden-404.php
    index d033a13f44..6912e684a1 100644
     
    33 * Title: 404
    44 * Slug: twentytwentyfour/hidden-404
    55 * Inserter: no
     6 *
     7 * @package WordPress
     8 * @subpackage Twenty_Twenty_Four
    69 */
     10
    711?>
    812
    913<!-- wp:heading {"level":1} -->
  • src/wp-content/themes/twentytwentyfour/patterns/hidden-comments.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/hidden-comments.php src/wp-content/themes/twentytwentyfour/patterns/hidden-comments.php
    index bd10668462..a782e62dec 100644
     
    33 * Title: Comments
    44 * Slug: twentytwentyfour/hidden-comments
    55 * Inserter: no
     6 *
     7 * @package WordPress
     8 * @subpackage Twenty_Twenty_Four
    69 */
     10
    711?>
    812
    913<!-- wp:comments {"className":"wp-block-comments-query-loop"} -->
  • src/wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php src/wp-content/themes/twentytwentyfour/patterns/hidden-no-results.php
    index 00bbf9761b..f04f68e815 100644
     
    33 * Title: No results
    44 * Slug: twentytwentyfour/hidden-no-results
    55 * Inserter: no
     6 *
     7 * @package WordPress
     8 * @subpackage Twenty_Twenty_Four
    69 */
     10
    711?>
    812<!-- wp:paragraph -->
    913<p><?php echo esc_html_x( 'No posts were found.', 'Message explaining that there are no results returned from a search', 'twentytwentyfour' ); ?></p>
  • src/wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php src/wp-content/themes/twentytwentyfour/patterns/hidden-portfolio-hero.php
    index 1af3e7dbd1..0129c71036 100644
     
    33 * Title: Portfolio hero
    44 * Slug: twentytwentyfour/hidden-portfolio-hero
    55 * Inserter: no
     6 *
     7 * @package WordPress
     8 * @subpackage Twenty_Twenty_Four
    69 */
     10
    711?>
    812
    913<!-- wp:spacer {"height":"var:preset|spacing|50","style":{"layout":{}}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/hidden-post-meta.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/hidden-post-meta.php src/wp-content/themes/twentytwentyfour/patterns/hidden-post-meta.php
    index add4a1c8f3..afbb49efdc 100644
     
    33 * Title: Post meta
    44 * Slug: twentytwentyfour/hidden-post-meta
    55 * Inserter: no
     6 *
     7 * @package WordPress
     8 * @subpackage Twenty_Twenty_Four
    69 */
     10
    711?>
    812
    913<!-- wp:group {"layout":{"type":"constrained"}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/hidden-post-navigation.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/hidden-post-navigation.php src/wp-content/themes/twentytwentyfour/patterns/hidden-post-navigation.php
    index be2dcb28b7..835dc84243 100644
     
    33 * Title: Post navigation
    44 * Slug: twentytwentyfour/hidden-post-navigation
    55 * Inserter: no
     6 *
     7 * @package WordPress
     8 * @subpackage Twenty_Twenty_Four
    69 */
     10
    711?>
    812
    913<!-- wp:group {"tagName":"nav","ariaLabel":"<?php esc_attr_e( 'Posts', 'twentytwentyfour' ); ?>","style":{"spacing":{"padding":{"bottom":"var:preset|spacing|40","top":"var:preset|spacing|40"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/hidden-posts-heading.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/hidden-posts-heading.php src/wp-content/themes/twentytwentyfour/patterns/hidden-posts-heading.php
    index 9b2811568a..5b6c1436b1 100644
     
    44 * Slug: twentytwentyfour/hidden-posts-heading
    55 * Categories: hidden
    66 * Inserter: no
     7 *
     8 * @package WordPress
     9 * @subpackage Twenty_Twenty_Four
    710 */
     11
    812?>
    913<!-- wp:heading {"level":1,"align":"wide","style":{"spacing":{"padding":{"top":"var:preset|spacing|50"}}}} -->
    1014<h1 class="wp-block-heading alignwide" style="padding-top:var(--wp--preset--spacing--50)"><?php esc_html_e( 'Posts', 'twentytwentyfour' ); ?></h1>
  • src/wp-content/themes/twentytwentyfour/patterns/hidden-search.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/hidden-search.php src/wp-content/themes/twentytwentyfour/patterns/hidden-search.php
    index e4aaa64ece..cbe9559e83 100644
     
    33 * Title: Search
    44 * Slug: twentytwentyfour/hidden-search
    55 * Inserter: no
     6 *
     7 * @package WordPress
     8 * @subpackage Twenty_Twenty_Four
    69 */
     10
    711?>
    812
    913<!-- wp:search {"label":"<?php echo esc_attr_x( 'Search', 'search form label', 'twentytwentyfour' ); ?>","showLabel":false,"buttonText":"<?php echo esc_attr_x( 'Search', 'search button text', 'twentytwentyfour' ); ?>","fontSize":"medium"} /-->
  • src/wp-content/themes/twentytwentyfour/patterns/hidden-sidebar.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/hidden-sidebar.php src/wp-content/themes/twentytwentyfour/patterns/hidden-sidebar.php
    index abcb01b7bf..015fe44bb5 100644
     
    33 * Title: Sidebar
    44 * Slug: twentytwentyfour/hidden-sidebar
    55 * Inserter: no
     6 *
     7 * @package WordPress
     8 * @subpackage Twenty_Twenty_Four
    69 */
     10
    711?>
    812<!-- wp:group {"style":{"spacing":{"blockGap":"36px","padding":{"right":"0","left":"0"}}},"layout":{"type":"default"}} -->
    913<div class="wp-block-group" style="padding-right:0;padding-left:0">
  • src/wp-content/themes/twentytwentyfour/patterns/page-about-business.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/page-about-business.php src/wp-content/themes/twentytwentyfour/patterns/page-about-business.php
    index 7b662c243b..ace6859094 100644
     
    88 * Post Types: page, wp_template
    99 * Viewport width: 1400
    1010 * Description: A business about page with a hero section, a text section, a services section, a team section, a clients section, a FAQ section, and a CTA section.
     11 *
     12 * @package WordPress
     13 * @subpackage Twenty_Twenty_Four
    1114 */
     15
    1216?>
    1317
    1418<!-- wp:pattern {"slug":"twentytwentyfour/text-title-left-image-right"} /-->
  • src/wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php src/wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php
    index bd08b6e043..78fde22a1d 100644
     
    77 * Post Types: page, wp_template
    88 * Viewport width: 1400
    99 * Description: A blogging home page with a hero section, a text section, a blog section, and a CTA section.
     10 *
     11 * @package WordPress
     12 * @subpackage Twenty_Twenty_Four
    1013 */
     14
    1115?>
    1216
    1317<!-- wp:pattern {"slug":"twentytwentyfour/text-centered-statement-small"}       /-->
  • src/wp-content/themes/twentytwentyfour/patterns/page-home-business.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/page-home-business.php src/wp-content/themes/twentytwentyfour/patterns/page-home-business.php
    index 3f2c748e78..a4d4bc7d31 100644
     
    88 * Post Types: page, wp_template
    99 * Viewport width: 1400
    1010 * Description: A business home page with a hero section, a text section, a services section, a team section, a clients section, a FAQ section, and a CTA section.
     11 *
     12 * @package WordPress
     13 * @subpackage Twenty_Twenty_Four
    1114 */
     15
    1216?>
    1317
    1418<!-- wp:pattern {"slug":"twentytwentyfour/banner-hero"} /-->
  • src/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php src/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php
    index 6c64adebe8..3a21b08dc2 100644
     
    88 * Post Types: page, wp_template
    99 * Viewport width: 1400
    1010 * Description: A portfolio home page that features a gallery.
     11 *
     12 * @package WordPress
     13 * @subpackage Twenty_Twenty_Four
    1114 */
     15
    1216?>
    1317
    1418<!-- wp:pattern {"slug":"twentytwentyfour/hidden-portfolio-hero"} /-->
  • src/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php src/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php
    index c03d1b13d5..719d8a6459 100644
     
    88 * Post Types: page, wp_template
    99 * Viewport width: 1400
    1010 * Description: A portfolio home page with a description and a 4-column post section with only feature images.
     11 *
     12 * @package WordPress
     13 * @subpackage Twenty_Twenty_Four
    1114 */
     15
    1216?>
    1317
    1418<!-- wp:pattern {"slug":"twentytwentyfour/hidden-portfolio-hero"} /-->
  • src/wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php src/wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php
    index 6ad69ff20e..f221fe8fb7 100644
     
    88 * Post Types: page, wp_template
    99 * Viewport width: 1100
    1010 * Description: A block with a newsletter subscription CTA for a landing page.
     11 *
     12 * @package WordPress
     13 * @subpackage Twenty_Twenty_Four
    1114 */
     15
    1216?>
    1317
    1418<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50","top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"},"margin":{"top":"0","bottom":"0"}},"dimensions":{"minHeight":"100vh"}},"backgroundColor":"accent-3","layout":{"type":"flex","orientation":"vertical","justifyContent":"center","verticalAlignment":"center"}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php src/wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php
    index 6aee66b1a6..1827e03f7f 100644
     
    88 * Post Types: page, wp_template
    99 * Viewport width: 1400
    1010 * Description: A full portfolio page with a section for project description, project details, a full screen image, and a gallery section with two images.
     11 *
     12 * @package WordPress
     13 * @subpackage Twenty_Twenty_Four
    1114 */
     15
    1216?>
    1317
    1418<!-- wp:pattern {"slug":"twentytwentyfour/banner-project-description"} /-->
  • src/wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php src/wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php
    index 6ec67323ee..db4fb103f7 100644
     
    88 * Post Types: page, wp_template
    99 * Viewport width: 1100
    1010 * Description: A large RSVP heading sideways, a description, and a CTA button.
     11 *
     12 * @package WordPress
     13 * @subpackage Twenty_Twenty_Four
    1114 */
     15
    1216?>
    1317
    1418<!-- wp:group {"metadata":{"name":"<?php echo esc_html_x( 'RSVP Landing Page', 'Name of RSVP landing page pattern', 'twentytwentyfour' ); ?>"},"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}},"dimensions":{"minHeight":"100vh"}},"backgroundColor":"accent-4","layout":{"type":"flex","orientation":"vertical","verticalAlignment":"center","justifyContent":"center","flexWrap":"nowrap"}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/posts-1-col.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/posts-1-col.php src/wp-content/themes/twentytwentyfour/patterns/posts-1-col.php
    index f2bbaa1efd..6f890536e3 100644
     
    55 * Categories: query
    66 * Block Types: core/query
    77 * Description: A list of posts, 1 column.
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:query {"query":{"perPage":3,"pages":0,"offset":"0","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"layout":{"type":"constrained"}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/posts-3-col.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/posts-3-col.php src/wp-content/themes/twentytwentyfour/patterns/posts-3-col.php
    index 855615471b..c56062bbc3 100644
     
    55 * Categories: query
    66 * Block Types: core/query
    77 * Description: A list of posts, 3 columns.
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:query {"query":{"perPage":10,"pages":0,"offset":"0","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"align":"wide","layout":{"type":"default"}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/posts-grid-2-col.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/posts-grid-2-col.php src/wp-content/themes/twentytwentyfour/patterns/posts-grid-2-col.php
    index d6a584f6f6..f1e9ba3f8a 100644
     
    55 * Categories: query
    66 * Block Types: core/query
    77 * Description: A grid of posts featuring the first post, 2 columns.
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/posts-images-only-3-col.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/posts-images-only-3-col.php src/wp-content/themes/twentytwentyfour/patterns/posts-images-only-3-col.php
    index 7aee49301e..24f88699b0 100644
     
    55 * Categories: query
    66 * Block Types: core/query
    77 * Description: A list of posts with featured images only, 3 columns.
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:query {"query":{"perPage":10,"pages":0,"offset":"0","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"align":"wide","layout":{"type":"default"}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/posts-images-only-offset-4-col.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/posts-images-only-offset-4-col.php src/wp-content/themes/twentytwentyfour/patterns/posts-images-only-offset-4-col.php
    index 2cbcaff47e..59440878fd 100644
     
    44 * Slug: twentytwentyfour/posts-images-only-offset-4-col
    55 * Categories: posts
    66 * Description: A list of posts with featured images only, 4 columns.
     7 *
     8 * @package WordPress
     9 * @subpackage Twenty_Twenty_Four
    710 */
     11
    812?>
    913
    1014<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"right":"var:preset|spacing|50","left":"var:preset|spacing|50","top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}}},"layout":{"type":"constrained"}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/posts-list.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/posts-list.php src/wp-content/themes/twentytwentyfour/patterns/posts-list.php
    index e298a544a3..4e143909bb 100644
     
    55 * Categories: query, posts
    66 * Block Types: core/query
    77 * Description: A list of posts without images, 1 column.
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/team-4-col.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/team-4-col.php src/wp-content/themes/twentytwentyfour/patterns/team-4-col.php
    index 86a8bfac2b..8c801f2ef4 100644
     
    55 * Categories: team, about
    66 * Viewport width: 1400
    77 * Description: A team section, with a heading, a paragraph, and 4 columns for team members.
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:group {"metadata":{"name":"<?php echo esc_html_x( 'Team members', 'Name of team pattern', 'twentytwentyfour' ); ?>"},"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}}},"layout":{"type":"constrained"}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/template-archive-blogging.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/template-archive-blogging.php src/wp-content/themes/twentytwentyfour/patterns/template-archive-blogging.php
    index 6d193a4cdd..f65825b55c 100644
     
    55 * Template Types: archive, category, tag, author, date
    66 * Viewport width: 1400
    77 * Inserter: no
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:template-part {"slug":"header","area":"header","tagName":"header"} /-->
  • src/wp-content/themes/twentytwentyfour/patterns/template-archive-portfolio.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/template-archive-portfolio.php src/wp-content/themes/twentytwentyfour/patterns/template-archive-portfolio.php
    index aa347ad1c2..268b72240e 100644
     
    55 * Template Types: archive
    66 * Viewport width: 1400
    77 * Inserter: no
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:template-part {"slug":"header","area":"header","tagName":"header"} /-->
  • src/wp-content/themes/twentytwentyfour/patterns/template-home-blogging.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/template-home-blogging.php src/wp-content/themes/twentytwentyfour/patterns/template-home-blogging.php
    index 4a96d74800..73e44c3054 100644
     
    55 * Template Types: front-page, index, home
    66 * Viewport width: 1400
    77 * Inserter: no
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:template-part {"slug":"header","area":"header","tagName":"header"} /-->
  • src/wp-content/themes/twentytwentyfour/patterns/template-home-business.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/template-home-business.php src/wp-content/themes/twentytwentyfour/patterns/template-home-business.php
    index e84a5aca90..e53e7608df 100644
     
    55 * Template Types: front-page, home
    66 * Viewport width: 1400
    77 * Inserter: no
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:template-part {"slug":"header","area":"header","tagName":"header"} /-->
  • src/wp-content/themes/twentytwentyfour/patterns/template-home-portfolio.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/template-home-portfolio.php src/wp-content/themes/twentytwentyfour/patterns/template-home-portfolio.php
    index 4fc4f072ba..4c2e488fbf 100644
     
    55 * Template Types: front-page, home
    66 * Viewport width: 1400
    77 * Inserter: no
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:template-part {"slug":"header","area":"header","tagName":"header"} /-->
  • src/wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php src/wp-content/themes/twentytwentyfour/patterns/template-index-blogging.php
    index b810186324..57617391f4 100644
     
    55 * Template Types: index, home
    66 * Viewport width: 1400
    77 * Inserter: no
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:template-part {"slug":"header","area":"header","tagName":"header"} /-->
  • src/wp-content/themes/twentytwentyfour/patterns/template-index-portfolio.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/template-index-portfolio.php src/wp-content/themes/twentytwentyfour/patterns/template-index-portfolio.php
    index 7b78323d2b..d0a58eca76 100644
     
    55 * Template Types: index
    66 * Viewport width: 1400
    77 * Inserter: no
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:template-part {"slug":"header","area":"header","tagName":"header"} /-->
  • src/wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php src/wp-content/themes/twentytwentyfour/patterns/template-search-blogging.php
    index ec9a29b886..5bab6647f6 100644
     
    55 * Template Types: search
    66 * Viewport width: 1400
    77 * Inserter: no
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:template-part {"slug":"header","area":"header","tagName":"header"} /-->
  • src/wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.php src/wp-content/themes/twentytwentyfour/patterns/template-search-portfolio.php
    index 1c60eb18e2..f054d38c92 100644
     
    55 * Template Types: search
    66 * Viewport width: 1400
    77 * Inserter: no
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:template-part {"slug":"header","area":"header","tagName":"header"} /-->
  • src/wp-content/themes/twentytwentyfour/patterns/template-single-portfolio.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/template-single-portfolio.php src/wp-content/themes/twentytwentyfour/patterns/template-single-portfolio.php
    index ba54d58110..ee621bca19 100644
     
    55 * Template Types: posts, single
    66 * Viewport width: 1400
    77 * Inserter: no
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:template-part {"slug":"header","area":"header","tagName":"header"} /-->
  • src/wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php src/wp-content/themes/twentytwentyfour/patterns/testimonial-centered.php
    index 1bac825e9e..658957f9a2 100644
     
    66 * Categories: testimonials, text
    77 * Viewport width: 1300
    88 * Description: A centered testimonial section with an avatar, name, and job title.
     9 *
     10 * @package WordPress
     11 * @subpackage Twenty_Twenty_Four
    912 */
     13
    1014?>
    1115
    1216<!-- wp:group {"metadata":{"name":"<?php echo esc_html_x( 'Testimonial', 'Name of testimonial pattern', 'twentytwentyfour' ); ?>"},"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60","left":"var:preset|spacing|60","right":"var:preset|spacing|60"},"margin":{"top":"0","bottom":"0"}}},"backgroundColor":"contrast","textColor":"base","layout":{"type":"constrained","contentSize":""}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/text-alternating-images.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/text-alternating-images.php src/wp-content/themes/twentytwentyfour/patterns/text-alternating-images.php
    index 6ee225137d..35e9052862 100644
     
    55 * Categories: text, about
    66 * Viewport width: 1400
    77 * Description: A text section, then a two-column section with text in one column and an image in the other.
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/text-centered-statement-small.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/text-centered-statement-small.php src/wp-content/themes/twentytwentyfour/patterns/text-centered-statement-small.php
    index c558518823..6fb1e3aa07 100644
     
    66 * Keywords: mission, introduction
    77 * Viewport width: 1200
    88 * Description: A centered italic text statement with compact padding.
     9 *
     10 * @package WordPress
     11 * @subpackage Twenty_Twenty_Four
    912 */
     13
    1014?>
    1115
    1216<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained","contentSize":"800px"}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/text-centered-statement.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/text-centered-statement.php src/wp-content/themes/twentytwentyfour/patterns/text-centered-statement.php
    index ca909ca773..134dbaf8c6 100644
     
    66 * Keywords: mission, introduction
    77 * Viewport width: 1400
    88 * Description: A centered text statement with a large amount of padding on all sides.
     9 *
     10 * @package WordPress
     11 * @subpackage Twenty_Twenty_Four
    912 */
     13
    1014?>
    1115
    1216<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60","left":"var:preset|spacing|60","right":"var:preset|spacing|60"},"margin":{"top":"0","bottom":"0"}}},"backgroundColor":"base-2","layout":{"type":"constrained"}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/text-faq.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/text-faq.php src/wp-content/themes/twentytwentyfour/patterns/text-faq.php
    index 3e0c3aeecb..329e887e92 100644
     
    66 * Keywords: faq, about, frequently asked
    77 * Viewport width: 1400
    88 * Description: A FAQ section with a large FAQ heading and a group of questions and answers.
     9 *
     10 * @package WordPress
     11 * @subpackage Twenty_Twenty_Four
    912 */
     13
    1014?>
    1115
    1216<!-- wp:group {"metadata":{"name":"<?php echo esc_html_x( 'FAQs', 'Name of the FAQ pattern', 'twentytwentyfour' ); ?>"},"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"},"margin":{"top":"0","bottom":"0"}},"elements":{"link":{"color":{"text":"var:preset|color|base"}}}},"backgroundColor":"contrast","textColor":"base","layout":{"type":"constrained"}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/text-feature-grid-3-col.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/text-feature-grid-3-col.php src/wp-content/themes/twentytwentyfour/patterns/text-feature-grid-3-col.php
    index 03310f564f..a92e21f1b5 100644
     
    55 * Categories: text, about
    66 * Viewport width: 1400
    77 * Description: A feature grid of 2 rows and 3 columns with headings and text.
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}}},"backgroundColor":"base-2","layout":{"type":"constrained"}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/text-project-details.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/text-project-details.php src/wp-content/themes/twentytwentyfour/patterns/text-project-details.php
    index 9116a974a3..90af722579 100644
     
    55 * Categories: text, portfolio
    66 * Viewport width: 1400
    77 * Description: A text-only section for project details.
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"},"margin":{"top":"0","bottom":"0"}}},"backgroundColor":"base","layout":{"type":"constrained"}} -->
  • src/wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php

    diff --git src/wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php src/wp-content/themes/twentytwentyfour/patterns/text-title-left-image-right.php
    index cfcbf6dfc1..3ebb764ce2 100644
     
    55 * Categories: banner, about, featured
    66 * Viewport width: 1400
    77 * Description: A title, a paragraph and a CTA button on the left with an image on the right.
     8 *
     9 * @package WordPress
     10 * @subpackage Twenty_Twenty_Four
    811 */
     12
    913?>
    1014
    1115<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|50","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}}},"backgroundColor":"accent","layout":{"type":"constrained"}} -->
  • src/wp-content/themes/twentytwentythree/patterns/call-to-action.php

    diff --git src/wp-content/themes/twentytwentythree/patterns/call-to-action.php src/wp-content/themes/twentytwentythree/patterns/call-to-action.php
    index 15427904bd..c4189b15a2 100644
     
    66 * Keywords: Call to action
    77 * Block Types: core/buttons
    88 * Description: Left-aligned text with a CTA button and a separator.
     9 *
     10 * @package WordPress
    911 */
     12
    1013?>
    1114<!-- wp:columns {"align":"wide"} -->
    1215<div class="wp-block-columns alignwide">
  • src/wp-content/themes/twentytwentythree/patterns/footer-default.php

    diff --git src/wp-content/themes/twentytwentythree/patterns/footer-default.php src/wp-content/themes/twentytwentythree/patterns/footer-default.php
    index e3827248be..9c32260e5a 100644
     
    55 * Categories: footer
    66 * Block Types: core/template-part/footer
    77 * Description: Footer with site title and powered by WordPress.
     8 *
     9 * @package WordPress
    810 */
     11
    912?>
    1013<!-- wp:group {"layout":{"type":"constrained"}} -->
    1114<div class="wp-block-group">
  • src/wp-content/themes/twentytwentythree/patterns/hidden-404.php

    diff --git src/wp-content/themes/twentytwentythree/patterns/hidden-404.php src/wp-content/themes/twentytwentythree/patterns/hidden-404.php
    index ae7dbb14ca..60f6a050ab 100644
     
    33 * Title: Hidden 404
    44 * Slug: twentytwentythree/hidden-404
    55 * Inserter: no
     6 *
     7 * @package WordPress
    68 */
     9
    710?>
    811<!-- wp:spacer {"height":"var(--wp--preset--spacing--30)"} -->
    912<div style="height:var(--wp--preset--spacing--30)" aria-hidden="true" class="wp-block-spacer"></div>
  • src/wp-content/themes/twentytwentythree/patterns/hidden-comments.php

    diff --git src/wp-content/themes/twentytwentythree/patterns/hidden-comments.php src/wp-content/themes/twentytwentythree/patterns/hidden-comments.php
    index 84d4a78779..b170bd5dd3 100644
     
    33 * Title: Hidden Comments
    44 * Slug: twentytwentythree/hidden-comments
    55 * Inserter: no
     6 *
     7 * @package WordPress
    68 */
     9
    710?>
    811<!-- wp:group {"layout":{"type":"constrained"},"style":{"spacing":{"padding":{"top":"var:preset|spacing|40","right":"var:preset|spacing|40","bottom":"var:preset|spacing|40","left":"var:preset|spacing|40"}}}} -->
    912<div class="wp-block-group" style="padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)">
  • src/wp-content/themes/twentytwentythree/patterns/hidden-heading.php

    diff --git src/wp-content/themes/twentytwentythree/patterns/hidden-heading.php src/wp-content/themes/twentytwentythree/patterns/hidden-heading.php
    index 542f9bed1a..c68f5b5281 100644
     
    33 * Title: Hidden Heading for Homepage
    44 * Slug: twentytwentythree/hidden-heading
    55 * Inserter: no
     6 *
     7 * @package WordPress
    68 */
     9
    710?>
    811<!-- wp:heading {"level":1,"align":"wide","style":{"spacing":{"margin":{"bottom":"var:preset|spacing|60"}}}} -->
    912<h1 class="alignwide" style="margin-bottom:var(--wp--preset--spacing--60)"><?php echo esc_html_x( 'Mindblown: a blog about philosophy.', 'Main heading for homepage', 'twentytwentythree' ); ?></h1>
  • src/wp-content/themes/twentytwentythree/patterns/hidden-no-results.php

    diff --git src/wp-content/themes/twentytwentythree/patterns/hidden-no-results.php src/wp-content/themes/twentytwentythree/patterns/hidden-no-results.php
    index d3f7ae0586..5be1f5f274 100644
     
    33 * Title: Hidden No Results Content
    44 * Slug: twentytwentythree/hidden-no-results-content
    55 * Inserter: no
     6 *
     7 * @package WordPress
    68 */
     9
    710?>
    811<!-- wp:paragraph -->
    912<p>
  • src/wp-content/themes/twentytwentythree/patterns/post-meta.php

    diff --git src/wp-content/themes/twentytwentythree/patterns/post-meta.php src/wp-content/themes/twentytwentythree/patterns/post-meta.php
    index a1a92264d5..ce9fb8c11e 100644
     
    66 * Keywords: post meta
    77 * Block Types: core/template-part/post-meta
    88 * Description: Post meta information with separator on the top.
     9 *
     10 * @package WordPress
    911 */
     12
    1013?>
    1114<!-- wp:spacer {"height":"0"} -->
    1215<div style="height:0" aria-hidden="true" class="wp-block-spacer"></div>