Make WordPress Core

Ticket #62437: 62437.2.patch

File 62437.2.patch, 55.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/twentyeleven/comments.php

    diff --git src/wp-content/themes/twentyeleven/comments.php src/wp-content/themes/twentyeleven/comments.php
    index 102899645d..7a278a6751 100644
     
    1111 * @subpackage Twenty_Eleven
    1212 * @since Twenty Eleven 1.0
    1313 */
     14
    1415?>
    1516        <div id="comments">
    1617        <?php if ( post_password_required() ) : ?>
  • src/wp-content/themes/twentyeleven/content-aside.php

    diff --git src/wp-content/themes/twentyeleven/content-aside.php src/wp-content/themes/twentyeleven/content-aside.php
    index ddd9b0d425..e4d0048b80 100644
     
    1010 * @subpackage Twenty_Eleven
    1111 * @since Twenty Eleven 1.0
    1212 */
     13
    1314?>
    1415
    1516        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
  • src/wp-content/themes/twentyeleven/content-gallery.php

    diff --git src/wp-content/themes/twentyeleven/content-gallery.php src/wp-content/themes/twentyeleven/content-gallery.php
    index bfdf61c9bc..a0decbb0fc 100644
     
    1010 * @subpackage Twenty_Eleven
    1111 * @since Twenty Eleven 1.0
    1212 */
     13
    1314?>
    1415
    1516<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
  • src/wp-content/themes/twentyeleven/content-image.php

    diff --git src/wp-content/themes/twentyeleven/content-image.php src/wp-content/themes/twentyeleven/content-image.php
    index 42c0814e68..b3b52450da 100644
     
    1010 * @subpackage Twenty_Eleven
    1111 * @since Twenty Eleven 1.0
    1212 */
     13
    1314?>
    1415        <article id="post-<?php the_ID(); ?>" <?php post_class( 'indexed' ); ?>>
    1516                <header class="entry-header">
  • src/wp-content/themes/twentyeleven/content-intro.php

    diff --git src/wp-content/themes/twentyeleven/content-intro.php src/wp-content/themes/twentyeleven/content-intro.php
    index 2882b8fe9c..f381d50186 100644
     
    66 * @subpackage Twenty_Eleven
    77 * @since Twenty Eleven 1.0
    88 */
     9
    910?>
    1011
    1112<article id="post-<?php the_ID(); ?>" <?php post_class( 'intro' ); ?>>
  • src/wp-content/themes/twentyeleven/content-link.php

    diff --git src/wp-content/themes/twentyeleven/content-link.php src/wp-content/themes/twentyeleven/content-link.php
    index 78531703ec..5406c0a3ac 100644
     
    1010 * @subpackage Twenty_Eleven
    1111 * @since Twenty Eleven 1.0
    1212 */
     13
    1314?>
    1415
    1516        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
  • src/wp-content/themes/twentyeleven/content-page.php

    diff --git src/wp-content/themes/twentyeleven/content-page.php src/wp-content/themes/twentyeleven/content-page.php
    index 968a0cac45..65c39d1aed 100644
     
    66 * @subpackage Twenty_Eleven
    77 * @since Twenty Eleven 1.0
    88 */
     9
    910?>
    1011
    1112<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
  • src/wp-content/themes/twentyeleven/content-quote.php

    diff --git src/wp-content/themes/twentyeleven/content-quote.php src/wp-content/themes/twentyeleven/content-quote.php
    index 3dc531b8ad..67df0535f3 100644
     
    66 * @subpackage Twenty_Eleven
    77 * @since Twenty Eleven 1.0
    88 */
     9
    910?>
    1011
    1112        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
  • src/wp-content/themes/twentyeleven/content-single.php

    diff --git src/wp-content/themes/twentyeleven/content-single.php src/wp-content/themes/twentyeleven/content-single.php
    index b64579920a..815270956a 100644
     
    66 * @subpackage Twenty_Eleven
    77 * @since Twenty Eleven 1.0
    88 */
     9
    910?>
    1011
    1112<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
  • src/wp-content/themes/twentyeleven/content-status.php

    diff --git src/wp-content/themes/twentyeleven/content-status.php src/wp-content/themes/twentyeleven/content-status.php
    index 587f10c854..fc8ac041ad 100644
     
    1010 * @subpackage Twenty_Eleven
    1111 * @since Twenty Eleven 1.0
    1212 */
     13
    1314?>
    1415
    1516        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
  • src/wp-content/themes/twentyeleven/content.php

    diff --git src/wp-content/themes/twentyeleven/content.php src/wp-content/themes/twentyeleven/content.php
    index f6294d2ab7..bbd064d27c 100644
     
    66 * @subpackage Twenty_Eleven
    77 * @since Twenty Eleven 1.0
    88 */
     9
    910?>
    1011
    1112        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
  • src/wp-content/themes/twentyeleven/footer.php

    diff --git src/wp-content/themes/twentyeleven/footer.php src/wp-content/themes/twentyeleven/footer.php
    index 7883f14fe7..a07041fc8f 100644
     
    88 * @subpackage Twenty_Eleven
    99 * @since Twenty Eleven 1.0
    1010 */
     11
    1112?>
    1213
    1314        </div><!-- #main -->
  • src/wp-content/themes/twentyeleven/header.php

    diff --git src/wp-content/themes/twentyeleven/header.php src/wp-content/themes/twentyeleven/header.php
    index 3fd479437c..f92c4c55c6 100644
     
    88 * @subpackage Twenty_Eleven
    99 * @since Twenty Eleven 1.0
    1010 */
     11
    1112?><!DOCTYPE html>
    1213<!--[if IE 6]>
    1314<html id="ie6" <?php language_attributes(); ?>>
  • src/wp-content/themes/twentyeleven/inc/widgets.php

    diff --git src/wp-content/themes/twentyeleven/inc/widgets.php src/wp-content/themes/twentyeleven/inc/widgets.php
    index b84b808a3c..df32aa16a0 100644
     
    1010 * @subpackage Twenty_Eleven
    1111 * @since Twenty Eleven 1.0
    1212 */
     13
    1314class Twenty_Eleven_Ephemera_Widget extends WP_Widget {
    1415
    1516        /**
  • src/wp-content/themes/twentyeleven/searchform.php

    diff --git src/wp-content/themes/twentyeleven/searchform.php src/wp-content/themes/twentyeleven/searchform.php
    index bd8cdca1b4..c556cdfd96 100644
     
    66 * @subpackage Twenty_Eleven
    77 * @since Twenty Eleven 1.0
    88 */
     9
    910?>
    1011        <form method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
    1112                <label for="s" class="assistive-text"><?php _e( 'Search', 'twentyeleven' ); ?></label>
  • src/wp-content/themes/twentyeleven/sidebar-footer.php

    diff --git src/wp-content/themes/twentyeleven/sidebar-footer.php src/wp-content/themes/twentyeleven/sidebar-footer.php
    index d7f0a00f8f..15477aead9 100644
     
    66 * @subpackage Twenty_Eleven
    77 * @since Twenty Eleven 1.0
    88 */
     9
    910?>
    1011
    1112<?php
  • src/wp-content/themes/twentyten/comments.php

    diff --git src/wp-content/themes/twentyten/comments.php src/wp-content/themes/twentyten/comments.php
    index 31425239d0..d18179e496 100644
     
    1111 * @subpackage Twenty_Ten
    1212 * @since Twenty Ten 1.0
    1313 */
     14
    1415?>
    1516
    1617                        <div id="comments">
  • src/wp-content/themes/twentyten/footer.php

    diff --git src/wp-content/themes/twentyten/footer.php src/wp-content/themes/twentyten/footer.php
    index 07f5d118e2..3c2e98df54 100644
     
    99 * @subpackage Twenty_Ten
    1010 * @since Twenty Ten 1.0
    1111 */
     12
    1213?>
    1314        </div><!-- #main -->
    1415
  • src/wp-content/themes/twentyten/header.php

    diff --git src/wp-content/themes/twentyten/header.php src/wp-content/themes/twentyten/header.php
    index 9155b2ecaa..5771e75597 100644
     
    88 * @subpackage Twenty_Ten
    99 * @since Twenty Ten 1.0
    1010 */
     11
    1112?><!DOCTYPE html>
    1213<html <?php language_attributes(); ?>>
    1314<head>
  • src/wp-content/themes/twentyten/loop-attachment.php

    diff --git src/wp-content/themes/twentyten/loop-attachment.php src/wp-content/themes/twentyten/loop-attachment.php
    index b886c019e8..7a454d16ea 100644
     
    1313 * @subpackage Twenty_Ten
    1414 * @since Twenty Ten 1.2
    1515 */
     16
    1617?>
    1718
    1819<?php
  • src/wp-content/themes/twentyten/loop-page.php

    diff --git src/wp-content/themes/twentyten/loop-page.php src/wp-content/themes/twentyten/loop-page.php
    index 66e58d28eb..425d7fca4e 100644
     
    1313 * @subpackage Twenty_Ten
    1414 * @since Twenty Ten 1.2
    1515 */
     16
    1617?>
    1718
    1819<?php
  • src/wp-content/themes/twentyten/loop-single.php

    diff --git src/wp-content/themes/twentyten/loop-single.php src/wp-content/themes/twentyten/loop-single.php
    index 07c6469a72..312ecb1da6 100644
     
    1313 * @subpackage Twenty_Ten
    1414 * @since Twenty Ten 1.2
    1515 */
     16
    1617?>
    1718
    1819<?php
  • src/wp-content/themes/twentyten/loop.php

    diff --git src/wp-content/themes/twentyten/loop.php src/wp-content/themes/twentyten/loop.php
    index e1348f3122..730aea96ce 100644
     
    1717 * @subpackage Twenty_Ten
    1818 * @since Twenty Ten 1.0
    1919 */
     20
    2021?>
    2122
    2223<?php // Display navigation to next/previous pages when applicable. ?>
  • src/wp-content/themes/twentyten/sidebar-footer.php

    diff --git src/wp-content/themes/twentyten/sidebar-footer.php src/wp-content/themes/twentyten/sidebar-footer.php
    index b4480ee51a..015965aa29 100644
     
    66 * @subpackage Twenty_Ten
    77 * @since Twenty Ten 1.0
    88 */
     9
    910?>
    1011
    1112<?php
  • src/wp-content/themes/twentyten/sidebar.php

    diff --git src/wp-content/themes/twentyten/sidebar.php src/wp-content/themes/twentyten/sidebar.php
    index c3a618d14b..8ae6642ce8 100644
     
    66 * @subpackage Twenty_Ten
    77 * @since Twenty Ten 1.0
    88 */
     9
    910?>
    1011
    1112                <div id="primary" class="widget-area" role="complementary">
  • src/wp-content/themes/twentytwelve/content-image.php

    diff --git src/wp-content/themes/twentytwelve/content-image.php src/wp-content/themes/twentytwelve/content-image.php
    index a683b83cfc..b979ea0308 100644
     
    66 * @subpackage Twenty_Twelve
    77 * @since Twenty Twelve 1.0
    88 */
     9
    910?>
    1011
    1112        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
  • src/wp-content/themes/twentytwelve/content-none.php

    diff --git src/wp-content/themes/twentytwelve/content-none.php src/wp-content/themes/twentytwelve/content-none.php
    index b7757821c6..6593129f89 100644
     
    66 * @subpackage Twenty_Twelve
    77 * @since Twenty Twelve 1.0
    88 */
     9
    910?>
    1011
    1112        <article id="post-0" class="post no-results not-found">
  • src/wp-content/themes/twentytwelve/content-page.php

    diff --git src/wp-content/themes/twentytwelve/content-page.php src/wp-content/themes/twentytwelve/content-page.php
    index 3511b75f35..06d6d55673 100644
     
    66 * @subpackage Twenty_Twelve
    77 * @since Twenty Twelve 1.0
    88 */
     9
    910?>
    1011
    1112        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
  • src/wp-content/themes/twentytwelve/content.php

    diff --git src/wp-content/themes/twentytwelve/content.php src/wp-content/themes/twentytwelve/content.php
    index 102f0f814d..44f96d95b7 100644
     
    88 * @subpackage Twenty_Twelve
    99 * @since Twenty Twelve 1.0
    1010 */
     11
    1112?>
    1213
    1314        <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
  • src/wp-content/themes/twentytwelve/footer.php

    diff --git src/wp-content/themes/twentytwelve/footer.php src/wp-content/themes/twentytwelve/footer.php
    index f06f19548a..ce86261bbc 100644
     
    88 * @subpackage Twenty_Twelve
    99 * @since Twenty Twelve 1.0
    1010 */
     11
    1112?>
    1213        </div><!-- #main .wrapper -->
    1314        <footer id="colophon" role="contentinfo">
  • src/wp-content/themes/twentytwelve/header.php

    diff --git src/wp-content/themes/twentytwelve/header.php src/wp-content/themes/twentytwelve/header.php
    index fcb5f89875..4dcce1398b 100644
     
    88 * @subpackage Twenty_Twelve
    99 * @since Twenty Twelve 1.0
    1010 */
     11
    1112?><!DOCTYPE html>
    1213<!--[if IE 7]>
    1314<html class="ie ie7" <?php language_attributes(); ?>>
  • src/wp-content/themes/twentytwelve/sidebar.php

    diff --git src/wp-content/themes/twentytwelve/sidebar.php src/wp-content/themes/twentytwelve/sidebar.php
    index ca9dbddb7a..83e72b91a7 100644
     
    88 * @subpackage Twenty_Twelve
    99 * @since Twenty Twelve 1.0
    1010 */
     11
    1112?>
    1213
    1314        <?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
  • 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 642aa50953..46c37c576b 100644
     
    66 * Keywords: Call to action
    77 * Block Types: core/buttons
    88 */
     9
    910?>
    1011<!-- wp:columns {"align":"wide"} -->
    1112<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 d197bf5e62..530336e96c 100644
     
    55 * Categories: footer
    66 * Block Types: core/template-part/footer
    77 */
     8
    89?>
    910<!-- wp:group {"layout":{"type":"constrained"}} -->
    1011<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..4b9ce87e7f 100644
     
    44 * Slug: twentytwentythree/hidden-404
    55 * Inserter: no
    66 */
     7
    78?>
    89<!-- wp:spacer {"height":"var(--wp--preset--spacing--30)"} -->
    910<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..5ea19bb37f 100644
     
    44 * Slug: twentytwentythree/hidden-comments
    55 * Inserter: no
    66 */
     7
    78?>
    89<!-- 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"}}}} -->
    910<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-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..8a47755303 100644
     
    44 * Slug: twentytwentythree/hidden-no-results-content
    55 * Inserter: no
    66 */
     7
    78?>
    89<!-- wp:paragraph -->
    910<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 b704064e29..23c3dc68a6 100644
     
    66 * Keywords: post meta
    77 * Block Types: core/template-part/post-meta
    88 */
     9
    910?>
    1011<!-- wp:spacer {"height":"0"} -->
    1112<div style="height:0" aria-hidden="true" class="wp-block-spacer"></div>
  • src/wp-content/themes/twentytwentytwo/functions.php

    diff --git src/wp-content/themes/twentytwentytwo/functions.php src/wp-content/themes/twentytwentytwo/functions.php
    index 3b1dde74c4..e992b1a3e1 100644
     
    99 * @since Twenty Twenty-Two 1.0
    1010 */
    1111
    12 
    1312if ( ! function_exists( 'twentytwentytwo_support' ) ) :
    1413
    1514        /**
  • src/wp-content/themes/twentytwentytwo/inc/block-patterns.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/block-patterns.php src/wp-content/themes/twentytwentytwo/inc/block-patterns.php
    index ce5e331798..a2d18785a7 100644
     
    33 * Twenty Twenty-Two: Block Patterns
    44 *
    55 * @since Twenty Twenty-Two 1.0
     6 *
     7 * @package WordPress
    68 */
    79
    810/**
  • src/wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php src/wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php
    index dab9b04a86..88390fb6a3 100644
     
    11<?php
    22/**
    33 * Footer with text, title, and logo
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Footer with text, title, and logo', 'twentytwentytwo' ),
    710        'categories' => array( 'footer' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php src/wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php
    index c1306cbb83..58abaebbe2 100644
     
    11<?php
    22/**
    33 * Blog footer
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Blog footer', 'twentytwentytwo' ),
    710        'categories' => array( 'footer' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php src/wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php
    index b2ec3626fb..ec3c7395c1 100644
     
    11<?php
    22/**
    33 * Dark footer with title and citation
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Dark footer with title and citation', 'twentytwentytwo' ),
    710        'categories' => array( 'footer' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php src/wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php
    index 3682643084..7fa3db7203 100644
     
    11<?php
    22/**
    33 * Default footer
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Default footer', 'twentytwentytwo' ),
    710        'categories' => array( 'footer' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php src/wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php
    index caa44e8c34..79683ec641 100644
     
    11<?php
    22/**
    33 * Default footer with logo
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Footer with logo and citation', 'twentytwentytwo' ),
    710        'categories' => array( 'footer' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php src/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php
    index d0b554249d..e8413f4ef1 100644
     
    11<?php
    22/**
    33 * Footer with navigation and copyright
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Footer with navigation and copyright', 'twentytwentytwo' ),
    710        'categories' => array( 'footer' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php src/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php
    index 79792c730d..d784f85a34 100644
     
    11<?php
    22/**
    33 * Footer with navigation and citation
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Footer with navigation and citation', 'twentytwentytwo' ),
    710        'categories' => array( 'footer' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php src/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php
    index a79c1d44cd..bc9ea8e04a 100644
     
    11<?php
    22/**
    33 * Footer with query, featured images, title, and citation
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Footer with query, featured images, title, and citation', 'twentytwentytwo' ),
    710        'categories' => array( 'footer' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php src/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php
    index 13bb43df5c..214b84468a 100644
     
    11<?php
    22/**
    33 * Footer with query, title, and citation
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Footer with query, title, and citation', 'twentytwentytwo' ),
    710        'categories' => array( 'footer' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php src/wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php
    index 0c7e4ae517..9758f8ca2c 100644
     
    11<?php
    22/**
    33 * Footer with social links and copyright
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Footer with social links and copyright', 'twentytwentytwo' ),
    710        'categories' => array( 'footer' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php src/wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php
    index 84d888b22d..269d2a8607 100644
     
    11<?php
    22/**
    33 * Footer with title, tagline, and social links on a dark background
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Footer with title, tagline, and social links on a dark background', 'twentytwentytwo' ),
    710        'categories' => array( 'footer' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php src/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php
    index e13422c865..cd9ce21f50 100644
     
    11<?php
    22/**
    33 * Divider with image and color (dark) block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Divider with image and color (dark)', 'twentytwentytwo' ),
    710        'categories' => array( 'featured' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php src/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php
    index 5df910ea8e..9c9b6d91c5 100644
     
    11<?php
    22/**
    33 * Divider with image and color (light) block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Divider with image and color (light)', 'twentytwentytwo' ),
    710        'categories' => array( 'featured' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php src/wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php
    index 55cbdfd92d..abf43e2e78 100644
     
    11<?php
    22/**
    33 * Featured posts block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Featured posts', 'twentytwentytwo' ),
    710        'categories' => array( 'featured', 'query' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php src/wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php
    index 0870da3951..8edc80c49f 100644
     
    11<?php
    22/**
    33 * Image with caption block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Image with caption', 'twentytwentytwo' ),
    710        'categories' => array( 'featured', 'columns', 'gallery' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php src/wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php
    index d7bd8168fa..1dd40b37c7 100644
     
    11<?php
    22/**
    33 * Large list of names block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Large list of names', 'twentytwentytwo' ),
    710        'categories' => array( 'featured', 'text' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php src/wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php
    index 629a0a2a12..d500afcf96 100644
     
    11<?php
    22/**
    33 * Layered images with duotone block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Layered images with duotone', 'twentytwentytwo' ),
    710        'categories' => array( 'featured', 'gallery' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php src/wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php
    index af680dc2cd..bbaa1ccfc0 100644
     
    11<?php
    22/**
    33 * List of events block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'List of events', 'twentytwentytwo' ),
    710        'categories' => array( 'featured', 'text' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php src/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php
    index b385eddf25..b47cb3ef89 100644
     
    11<?php
    22/**
    33 * Pricing table block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Pricing table', 'twentytwentytwo' ),
    710        'categories' => array( 'featured', 'columns', 'buttons' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php src/wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php
    index 34137cd20a..afc79320bb 100644
     
    11<?php
    22/**
    33 * Subscribe callout block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Subscribe callout', 'twentytwentytwo' ),
    710        'categories' => array( 'featured', 'buttons' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php src/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php
    index 593d2b93bb..53e1664342 100644
     
    11<?php
    22/**
    33 * Two images with text block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Two images with text', 'twentytwentytwo' ),
    710        'categories' => array( 'featured', 'columns', 'gallery' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php src/wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php
    index 3b15a52066..6fd4329cc2 100644
     
    11<?php
    22/**
    33 * Video with header and details block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Video with header and details', 'twentytwentytwo' ),
    710        'categories' => array( 'featured', 'columns' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php src/wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php
    index 22ed24860b..0f92446396 100644
     
    11<?php
    22/**
    33 * Video trailer block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Video trailer', 'twentytwentytwo' ),
    710        'categories' => array( 'featured', 'columns' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php src/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php
    index ea9ecf2911..b1b669e408 100644
     
    11<?php
    22/**
    33 * Wide image with introduction and buttons block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Wide image with introduction and buttons', 'twentytwentytwo' ),
    710        'categories' => array( 'featured', 'columns' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php
    index c2cac8dcef..28c0f3f248 100644
     
    11<?php
    22/**
    33 * Header with centered logo and black background
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Header with centered logo and black background', 'twentytwentytwo' ),
    710        'categories' => array( 'header' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php
    index a116c39086..a7112d36e2 100644
     
    11<?php
    22/**
    33 * Header with centered logo block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Header with centered logo', 'twentytwentytwo' ),
    710        'categories' => array( 'header' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php
    index 2e4dc451d1..e4c2677e39 100644
     
    11<?php
    22/**
    33 * Centered header with navigation, social links, and salmon background block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Centered header with navigation, social links, and salmon background', 'twentytwentytwo' ),
    710        'categories' => array( 'header' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/header-default.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-default.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-default.php
    index ff25793275..0c9cc99f0d 100644
     
    11<?php
    22/**
    33 * Default header block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Default header', 'twentytwentytwo' ),
    710        'categories' => array( 'header' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php
    index 55422aa41b..00e4600d7a 100644
     
    11<?php
    22/**
    33 * Header with image background and overlay block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Header with image background and overlay', 'twentytwentytwo' ),
    710        'categories' => array( 'header' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php
    index 4afd36c551..8c2ce1c65b 100644
     
    11<?php
    22/**
    33 * Header with image background block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Header with image background', 'twentytwentytwo' ),
    710        'categories' => array( 'header' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php
    index dfb8c6f371..237384e2b7 100644
     
    11<?php
    22/**
    33 * Large header with dark background block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Large header with dark background', 'twentytwentytwo' ),
    710        'categories' => array( 'header' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php
    index dbe8de9fe4..d6b0cab9db 100644
     
    11<?php
    22/**
    33 * Logo and navigation header with gray background
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Logo and navigation header with gray background', 'twentytwentytwo' ),
    710        'categories' => array( 'header' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php
    index 299586f0ec..825ffe981b 100644
     
    11<?php
    22/**
    33 * Logo, navigation, and offset tagline Header block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Logo, navigation, and offset tagline Header', 'twentytwentytwo' ),
    710        'categories' => array( 'header' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php
    index f881b41d81..0c912db4ee 100644
     
    11<?php
    22/**
    33 * Logo, navigation, and social links header with black background block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Logo, navigation, and social links header with black background', 'twentytwentytwo' ),
    710        'categories' => array( 'header' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php
    index 7c26516fe6..53bb2b5bd4 100644
     
    11<?php
    22/**
    33 * Small header with dark background block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Small header with dark background', 'twentytwentytwo' ),
    710        'categories' => array( 'header' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php
    index bd36bbf4b9..e5d5aac5f1 100644
     
    11<?php
    22/**
    33 * Logo and navigation header block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Logo and navigation header', 'twentytwentytwo' ),
    710        'categories' => array( 'header' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php
    index 0e11c13607..cfd3b14551 100644
     
    11<?php
    22/**
    33 * Text-only header with green background block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Text-only header with green background', 'twentytwentytwo' ),
    710        'categories' => array( 'header' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php
    index b03e528a48..15c496b90c 100644
     
    11<?php
    22/**
    33 * Text-only header with salmon background block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Text-only header with salmon background', 'twentytwentytwo' ),
    710        'categories' => array( 'header' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php
    index 4c2a4864f0..5842319300 100644
     
    11<?php
    22/**
    33 * Text-only header with tagline and black background block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Text-only header with tagline and black background', 'twentytwentytwo' ),
    710        'categories' => array( 'header' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php
    index 5c780697da..837a629239 100644
     
    11<?php
    22/**
    33 * Title and button header block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Title and button header', 'twentytwentytwo' ),
    710        'categories' => array( 'header' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php
    index 384cda5368..2385474038 100644
     
    11<?php
    22/**
    33 * Title, navigation, and social links header block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Title, navigation, and social links header', 'twentytwentytwo' ),
    710        'categories' => array( 'header' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php src/wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php
    index 40e633a268..e78e37602c 100644
     
    11<?php
    22/**
    33 * Header with tagline block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Header with tagline', 'twentytwentytwo' ),
    710        'categories' => array( 'header' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php
    index 9cfd50d56e..7af8602ada 100644
     
    11<?php
    22/**
    33 * 404 content.
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'    => __( '404 content', 'twentytwentytwo' ),
    710        'inserter' => false,
  • src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php
    index c29d3d440a..8ebe48563f 100644
     
    44 *
    55 * This pattern is used only to reference a dynamic image URL.
    66 * It does not appear in the inserter.
     7 *
     8 * @package WordPress
    79 */
     10
    811return array(
    912        'title'    => __( 'Heading and bird image', 'twentytwentytwo' ),
    1013        'inserter' => false,
  • src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php
    index 28f3d6c5de..9c06db6257 100644
     
    55 * This pattern is used only for translation
    66 * and to reference a dynamic image URL. It does
    77 * not appear in the inserter.
     8 *
     9 * @package WordPress
    810 */
     11
    912return array(
    1013        'title'    => __( 'Heading and bird image', 'twentytwentytwo' ),
    1114        'inserter' => false,
  • src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php
    index 7e03ed41e2..662dcd13f3 100644
     
    11<?php
    22/**
    33 * About page with large image and buttons
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'About page with large image and buttons', 'twentytwentytwo' ),
    710        'categories' => array( 'pages', 'buttons' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php
    index ccb0ec2005..86ba69656c 100644
     
    11<?php
    22/**
    33 * About page links (dark)
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'About page links (dark)', 'twentytwentytwo' ),
    710        'categories' => array( 'pages', 'buttons' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php
    index 997cf03869..2535f83663 100644
     
    11<?php
    22/**
    33 * About page links
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'About page links', 'twentytwentytwo' ),
    710        'categories' => array( 'pages', 'buttons' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php
    index ea805944db..add2768a43 100644
     
    11<?php
    22/**
    33 * About page with media on the left
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'About page with media on the left', 'twentytwentytwo' ),
    710        'categories' => array( 'pages' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php
    index 2493d5d4aa..3adcfce04a 100644
     
    11<?php
    22/**
    33 * About page with media on the right
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'About page with media on the right', 'twentytwentytwo' ),
    710        'categories' => array( 'pages' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php
    index 131a48b45c..c37a6bda60 100644
     
    11<?php
    22/**
    33 * Simple dark about page
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Simple dark about page', 'twentytwentytwo' ),
    710        'categories' => array( 'pages' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php
    index df8903d9ad..9c31d4e74b 100644
     
    11<?php
    22/**
    33 * About page on solid color background
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'About page on solid color background', 'twentytwentytwo' ),
    710        'categories' => array( 'pages' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php
    index 7b6fa3ad81..29e8086e2e 100644
     
    11<?php
    22/**
    33 * Page layout with image and text.
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Page layout with image and text', 'twentytwentytwo' ),
    710        'categories' => array( 'pages' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php
    index 7a7a6b79d3..cfc76e4d40 100644
     
    11<?php
    22/**
    33 * Page layout with image, text and video.
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Page layout with image, text and video', 'twentytwentytwo' ),
    710        'categories' => array( 'pages' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php
    index 2a27dfe824..f515c495c2 100644
     
    11<?php
    22/**
    33 * Page layout with two columns.
     4 *
     5 * @package WordPress
    46 */
    57return array(
    68        'title'      => __( 'Page layout with two columns', 'twentytwentytwo' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php
    index 84e3b081c6..9f36516adf 100644
     
    11<?php
    22/**
    33 * Blog posts with right sidebar block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Blog posts with right sidebar', 'twentytwentytwo' ),
    710        'categories' => array( 'pages' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php
    index c40b207360..65b34c76d8 100644
     
    11<?php
    22/**
    33 * Blog posts with left sidebar block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Blog posts with left sidebar', 'twentytwentytwo' ),
    710        'categories' => array( 'pages' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php
    index 3a4f037eed..44800b3cdf 100644
     
    11<?php
    22/**
    33 * Grid of posts with left sidebar block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Grid of posts with left sidebar', 'twentytwentytwo' ),
    710        'categories' => array( 'pages' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php
    index 62df8059ec..31c896dbe8 100644
     
    11<?php
    22/**
    33 * Poster with right sidebar block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Poster with right sidebar', 'twentytwentytwo' ),
    710        'categories' => array( 'pages' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/query-default.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/query-default.php src/wp-content/themes/twentytwentytwo/inc/patterns/query-default.php
    index 7cebaccf75..6ee0927089 100644
     
    11<?php
    22/**
    33 * Default posts block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Default posts', 'twentytwentytwo' ),
    710        'categories' => array( 'query' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php src/wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php
    index f695eba354..2cf4947b94 100644
     
    11<?php
    22/**
    33 * Grid of posts block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Grid of posts', 'twentytwentytwo' ),
    710        'categories' => array( 'query' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php src/wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php
    index e5672e3c1c..c3ba4b8fbe 100644
     
    11<?php
    22/**
    33 * Grid of image posts block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Grid of image posts', 'twentytwentytwo' ),
    710        'categories' => array( 'query' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php src/wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php
    index c5da08ab74..a23b791a7b 100644
     
    11<?php
    22/**
    33 * Irregular grid of posts block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Irregular grid of posts', 'twentytwentytwo' ),
    710        'categories' => array( 'query' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php src/wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php
    index 6ff8afadfe..7930223f56 100644
     
    11<?php
    22/**
    33 * Large post titles block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Large post titles', 'twentytwentytwo' ),
    710        'categories' => array( 'query' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php src/wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php
    index 4b089846dd..77bd0a7a88 100644
     
    11<?php
    22/**
    33 * Simple blog posts block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Simple blog posts', 'twentytwentytwo' ),
    710        'categories' => array( 'query' ),
  • src/wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php

    diff --git src/wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php src/wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php
    index a8f84d3cf2..53c327e0ae 100644
     
    11<?php
    22/**
    33 * Text-based grid of posts block pattern
     4 *
     5 * @package WordPress
    46 */
     7
    58return array(
    69        'title'      => __( 'Text-based grid of posts', 'twentytwentytwo' ),
    710        'categories' => array( 'query' ),