diff --git a/src/wp-content/themes/twentytwentyfour/functions.php b/src/wp-content/themes/twentytwentyfour/functions.php index 06d60695e9041..5dd34dd34c470 100644 --- a/src/wp-content/themes/twentytwentyfour/functions.php +++ b/src/wp-content/themes/twentytwentyfour/functions.php @@ -4,7 +4,8 @@ * * @link https://developer.wordpress.org/themes/basics/theme-functions/ * - * @package Twenty Twenty-Four + * @package WordPress + * @subpackage Twenty_Twenty_Four * @since Twenty Twenty-Four 1.0 */ diff --git a/src/wp-content/themes/twentytwentyfour/patterns/banner-hero.php b/src/wp-content/themes/twentytwentyfour/patterns/banner-hero.php index 9971884d6399e..dd5704a77e698 100644 --- a/src/wp-content/themes/twentytwentyfour/patterns/banner-hero.php +++ b/src/wp-content/themes/twentytwentyfour/patterns/banner-hero.php @@ -5,7 +5,12 @@ * Categories: banner, call-to-action, featured * Viewport width: 1400 * Description: A hero section with a title, a paragraph, a CTA button, and an image. + * + * @package WordPress + * @subpackage Twenty_Twenty_Four + * @since Twenty Twenty-Four 1.0 */ + ?> diff --git a/src/wp-content/themes/twentytwentyfour/patterns/banner-project-description.php b/src/wp-content/themes/twentytwentyfour/patterns/banner-project-description.php index 7ddeea7aa1721..32e9025cfb34c 100644 --- a/src/wp-content/themes/twentytwentyfour/patterns/banner-project-description.php +++ b/src/wp-content/themes/twentytwentyfour/patterns/banner-project-description.php @@ -5,8 +5,14 @@ * Categories: featured, banner, about, portfolio * Viewport width: 1400 * Description: Project description section with title, paragraph, and an image. + * + * @package WordPress + * @subpackage Twenty_Twenty_Four + * @since Twenty Twenty-Four 1.0 */ + ?> +
diff --git a/src/wp-content/themes/twentytwentythree/patterns/post-meta.php b/src/wp-content/themes/twentytwentythree/patterns/post-meta.php index a1a92264d5718..2282058318a5a 100644 --- a/src/wp-content/themes/twentytwentythree/patterns/post-meta.php +++ b/src/wp-content/themes/twentytwentythree/patterns/post-meta.php @@ -6,8 +6,14 @@ * Keywords: post meta * Block Types: core/template-part/post-meta * Description: Post meta information with separator on the top. + * + * @package WordPress + * @subpackage Twenty_Twenty_Three + * @since Twenty Twenty-Three 1.0 */ + ?> +
diff --git a/src/wp-content/themes/twentytwentytwo/inc/block-patterns.php b/src/wp-content/themes/twentytwentytwo/inc/block-patterns.php index f47e26e5dd6c9..e9def1eb63614 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/block-patterns.php +++ b/src/wp-content/themes/twentytwentytwo/inc/block-patterns.php @@ -2,6 +2,8 @@ /** * Twenty Twenty-Two: Block Patterns * + * @package WordPress + * @subpackage Twenty_Twenty_Two * @since Twenty Twenty-Two 1.0 */ diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php index dab9b04a86e85..8ddd949231733 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-about-title-logo.php @@ -1,7 +1,12 @@ __( 'Footer with text, title, and logo', 'twentytwentytwo' ), 'categories' => array( 'footer' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php index c1306cbb833e0..c6e7a45a32cf9 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-blog.php @@ -1,7 +1,12 @@ __( 'Blog footer', 'twentytwentytwo' ), 'categories' => array( 'footer' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php index b2ec3626fbaf8..35928ff581f84 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-dark.php @@ -1,7 +1,12 @@ __( 'Dark footer with title and citation', 'twentytwentytwo' ), 'categories' => array( 'footer' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php index 3682643084326..1fbc4ed53825a 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-default.php @@ -1,7 +1,12 @@ __( 'Default footer', 'twentytwentytwo' ), 'categories' => array( 'footer' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php index caa44e8c34900..16211476f2bad 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-logo.php @@ -1,7 +1,12 @@ __( 'Footer with logo and citation', 'twentytwentytwo' ), 'categories' => array( 'footer' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php index d0b554249d4fd..e9ef59eaff0bc 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation-copyright.php @@ -1,7 +1,12 @@ __( 'Footer with navigation and copyright', 'twentytwentytwo' ), 'categories' => array( 'footer' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php index 79792c730df0a..5ff93771c58d4 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-navigation.php @@ -1,7 +1,12 @@ __( 'Footer with navigation and citation', 'twentytwentytwo' ), 'categories' => array( 'footer' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php index a79c1d44cd51d..12e92ede9e12f 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-images-title-citation.php @@ -1,7 +1,12 @@ __( 'Footer with query, featured images, title, and citation', 'twentytwentytwo' ), 'categories' => array( 'footer' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php index 13bb43df5c34a..f3bb899d9de3b 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-query-title-citation.php @@ -1,7 +1,12 @@ __( 'Footer with query, title, and citation', 'twentytwentytwo' ), 'categories' => array( 'footer' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php index 0c7e4ae5178e6..9119f7f203e2a 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-social-copyright.php @@ -1,7 +1,12 @@ __( 'Footer with social links and copyright', 'twentytwentytwo' ), 'categories' => array( 'footer' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php index 84d888b22d40d..30fa6b5d54475 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/footer-title-tagline-social.php @@ -1,7 +1,12 @@ __( 'Footer with title, tagline, and social links on a dark background', 'twentytwentytwo' ), 'categories' => array( 'footer' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php index 3255e9d7067aa..42a9072fa5ea7 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-dark.php @@ -1,7 +1,12 @@ __( 'Divider with image and color (dark)', 'twentytwentytwo' ), 'categories' => array( 'featured' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php index a29b8252d7be1..a7d18dd55fc19 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/general-divider-light.php @@ -1,7 +1,12 @@ __( 'Divider with image and color (light)', 'twentytwentytwo' ), 'categories' => array( 'featured' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php index 55cbdfd92d87b..711b532dbaede 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php @@ -1,7 +1,12 @@ __( 'Featured posts', 'twentytwentytwo' ), 'categories' => array( 'featured', 'query' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php index 0870da3951855..b681930180589 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/general-image-with-caption.php @@ -1,7 +1,12 @@ __( 'Image with caption', 'twentytwentytwo' ), 'categories' => array( 'featured', 'columns', 'gallery' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php index d7bd8168fa6a8..13db435ff9674 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/general-large-list-names.php @@ -1,7 +1,12 @@ __( 'Large list of names', 'twentytwentytwo' ), 'categories' => array( 'featured', 'text' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php index 629a0a2a12a7f..8a865b29e2fda 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/general-layered-images-with-duotone.php @@ -1,7 +1,12 @@ __( 'Layered images with duotone', 'twentytwentytwo' ), 'categories' => array( 'featured', 'gallery' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php index af680dc2cdf4b..b2c7317e8bdcf 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/general-list-events.php @@ -1,7 +1,12 @@ __( 'List of events', 'twentytwentytwo' ), 'categories' => array( 'featured', 'text' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php index b385eddf25f23..21ad117669de0 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/general-pricing-table.php @@ -1,7 +1,12 @@ __( 'Pricing table', 'twentytwentytwo' ), 'categories' => array( 'featured', 'columns', 'buttons' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php index 34137cd20a8d8..bd7194f464ad3 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/general-subscribe.php @@ -1,7 +1,12 @@ __( 'Subscribe callout', 'twentytwentytwo' ), 'categories' => array( 'featured', 'buttons' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php index 5534b6ffba701..7390b16fd7ce5 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/general-two-images-text.php @@ -1,7 +1,12 @@ __( 'Two images with text', 'twentytwentytwo' ), 'categories' => array( 'featured', 'columns', 'gallery' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php index 3b15a5206616e..21d96e0125664 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/general-video-header-details.php @@ -1,7 +1,12 @@ __( 'Video with header and details', 'twentytwentytwo' ), 'categories' => array( 'featured', 'columns' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php index 22ed24860b6ad..6cb15b5c5d5c5 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/general-video-trailer.php @@ -1,7 +1,12 @@ __( 'Video trailer', 'twentytwentytwo' ), 'categories' => array( 'featured', 'columns' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php index 373b0f48bb1cc..4bb7be79b19bb 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/general-wide-image-intro-buttons.php @@ -1,7 +1,12 @@ __( 'Wide image with introduction and buttons', 'twentytwentytwo' ), 'categories' => array( 'featured', 'columns' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php index b10ed5b9b6350..14c51664f8d34 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo-black-background.php @@ -1,7 +1,12 @@ __( 'Header with centered logo and background', 'twentytwentytwo' ), 'categories' => array( 'header' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php index a116c390867ff..6b6d132aa5ae1 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-logo.php @@ -1,7 +1,12 @@ __( 'Header with centered logo', 'twentytwentytwo' ), 'categories' => array( 'header' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php index cb1b310e110d8..3f042864dbdf3 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-centered-title-navigation-social.php @@ -1,7 +1,12 @@ __( 'Centered header with navigation, social links, and background', 'twentytwentytwo' ), 'categories' => array( 'header' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-default.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-default.php index ff25793275a3c..1ab974d3ef893 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-default.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-default.php @@ -1,7 +1,12 @@ __( 'Default header', 'twentytwentytwo' ), 'categories' => array( 'header' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php index 55422aa41bf31..aa03e9922ca56 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background-overlay.php @@ -1,7 +1,12 @@ __( 'Header with image background and overlay', 'twentytwentytwo' ), 'categories' => array( 'header' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php index 4afd36c551ace..fcbb3c4e4b923 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-image-background.php @@ -1,7 +1,12 @@ __( 'Header with image background', 'twentytwentytwo' ), 'categories' => array( 'header' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php index 5e4fea69ed5d4..dec8d972eef10 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-large-dark.php @@ -1,7 +1,12 @@ __( 'Large header with dark background', 'twentytwentytwo' ), 'categories' => array( 'header' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php index 3ddea755f02c2..ec71a58392491 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-gray-background.php @@ -1,7 +1,12 @@ __( 'Logo and navigation header with background', 'twentytwentytwo' ), 'categories' => array( 'header' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php index 299586f0ece4f..c9e539e0b4950 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-offset-tagline.php @@ -1,7 +1,12 @@ __( 'Logo, navigation, and offset tagline Header', 'twentytwentytwo' ), 'categories' => array( 'header' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php index c9b0f886d1dda..1fcd253ae1c7e 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-logo-navigation-social-black-background.php @@ -1,7 +1,12 @@ __( 'Logo, navigation, and social links header with background', 'twentytwentytwo' ), 'categories' => array( 'header' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php index 832f414220921..6db5cef7eb7f8 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-small-dark.php @@ -1,7 +1,12 @@ __( 'Small header with dark background', 'twentytwentytwo' ), 'categories' => array( 'header' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php index bd36bbf4b9fad..3b8c7a48133b5 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-stacked.php @@ -1,7 +1,12 @@ __( 'Logo and navigation header', 'twentytwentytwo' ), 'categories' => array( 'header' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php index 468a696dd709c..5b1a7507dd2f2 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-green-background.php @@ -1,7 +1,12 @@ __( 'Text-only header with background', 'twentytwentytwo' ), 'categories' => array( 'header' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php index 4a4913ec472cf..5cdc16e7cd4ad 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-salmon-background.php @@ -1,7 +1,12 @@ __( 'Text-only header with background', 'twentytwentytwo' ), 'categories' => array( 'header' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php index d529fe851dcff..f73c60b69d8b3 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-text-only-with-tagline-black-background.php @@ -1,7 +1,12 @@ __( 'Text-only header with tagline and background', 'twentytwentytwo' ), 'categories' => array( 'header' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php index 5c780697dabe5..ccb27a87cb64f 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-title-and-button.php @@ -1,7 +1,12 @@ __( 'Title and button header', 'twentytwentytwo' ), 'categories' => array( 'header' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php index 384cda5368337..cf74bfd2540d5 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-title-navigation-social.php @@ -1,7 +1,12 @@ __( 'Title, navigation, and social links header', 'twentytwentytwo' ), 'categories' => array( 'header' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php index 40e633a2682a6..477a138473928 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/header-with-tagline.php @@ -1,7 +1,12 @@ __( 'Header with tagline', 'twentytwentytwo' ), 'categories' => array( 'header' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php index 9cfd50d56e0c1..959ae2bb8ab5d 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-404.php @@ -1,7 +1,12 @@ __( '404 content', 'twentytwentytwo' ), 'inserter' => false, diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php index cfc9db579450a..6da806d3996b0 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-bird.php @@ -4,7 +4,12 @@ * * This pattern is used only to reference a dynamic image URL. * It does not appear in the inserter. + * + * @package WordPress + * @subpackage Twenty_Twenty_Two + * @since Twenty Twenty-Two 1.0 */ + return array( 'title' => __( 'Heading and bird image', 'twentytwentytwo' ), 'inserter' => false, diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php index d3f1788ac56d4..d7e2ec77c29b8 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/hidden-heading-and-bird.php @@ -5,7 +5,12 @@ * This pattern is used only for translation * and to reference a dynamic image URL. It does * not appear in the inserter. + * + * @package WordPress + * @subpackage Twenty_Twenty_Two + * @since Twenty Twenty-Two 1.0 */ + return array( 'title' => __( 'Heading and bird image', 'twentytwentytwo' ), 'inserter' => false, diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php index 52dbd0e2eb895..e1aaa1c6d3911 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-large-image-and-buttons.php @@ -1,7 +1,12 @@ __( 'About page with large image and buttons', 'twentytwentytwo' ), 'categories' => array( 'twentytwentytwo_pages', 'buttons' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php index 943524f49db49..7c1a8cab38a0f 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links-dark.php @@ -1,7 +1,12 @@ __( 'About page links (dark)', 'twentytwentytwo' ), 'categories' => array( 'twentytwentytwo_pages', 'buttons' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php index 3cf27173db9cd..841d872ee7f04 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-links.php @@ -1,7 +1,12 @@ __( 'About page links', 'twentytwentytwo' ), 'categories' => array( 'twentytwentytwo_pages', 'buttons' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php index f5c769a6ca801..0dd5f7fac8eae 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-left.php @@ -1,7 +1,12 @@ __( 'About page with media on the left', 'twentytwentytwo' ), 'categories' => array( 'twentytwentytwo_pages' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php index 8f291150e17a1..7559aded1f7a7 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-media-right.php @@ -1,7 +1,12 @@ __( 'About page with media on the right', 'twentytwentytwo' ), 'categories' => array( 'twentytwentytwo_pages' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php index fe0715965962b..50ede062d8c0a 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-simple-dark.php @@ -1,7 +1,12 @@ __( 'Simple dark about page', 'twentytwentytwo' ), 'categories' => array( 'twentytwentytwo_pages' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php index 6c07725dbaf7c..983a743919c78 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/page-about-solid-color.php @@ -1,7 +1,12 @@ __( 'About page on solid color background', 'twentytwentytwo' ), 'categories' => array( 'twentytwentytwo_pages' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php index 20e08e01ff03c..4b35a161487ab 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-and-text.php @@ -1,7 +1,12 @@ __( 'Page layout with image and text', 'twentytwentytwo' ), 'categories' => array( 'twentytwentytwo_pages' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php index 0ee87f11ff8bc..c2beb20df437f 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-image-text-and-video.php @@ -1,7 +1,12 @@ __( 'Page layout with image, text and video', 'twentytwentytwo' ), 'categories' => array( 'twentytwentytwo_pages' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php index b24c9c57dc0d6..e32ced62f584e 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/page-layout-two-columns.php @@ -1,7 +1,12 @@ __( 'Page layout with two columns', 'twentytwentytwo' ), 'categories' => array( 'twentytwentytwo_pages' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php index 070aef04b8622..afa82baad3889 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts-right.php @@ -1,7 +1,12 @@ __( 'Blog posts with right sidebar', 'twentytwentytwo' ), 'categories' => array( 'twentytwentytwo_pages' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php index e535a81a76a0b..7107b28a4a120 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-blog-posts.php @@ -1,7 +1,12 @@ __( 'Blog posts with left sidebar', 'twentytwentytwo' ), 'categories' => array( 'twentytwentytwo_pages' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php index b4aa6a560a0a6..4bd63ffef9ba8 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-grid-posts.php @@ -1,7 +1,12 @@ __( 'Grid of posts with left sidebar', 'twentytwentytwo' ), 'categories' => array( 'twentytwentytwo_pages' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php index 9cbcef2a7a97e..035c9c8104717 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/page-sidebar-poster.php @@ -1,7 +1,12 @@ __( 'Poster with right sidebar', 'twentytwentytwo' ), 'categories' => array( 'twentytwentytwo_pages' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/query-default.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/query-default.php index 7cebaccf75f5d..ed41f2f2c2807 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/query-default.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/query-default.php @@ -1,7 +1,12 @@ __( 'Default posts', 'twentytwentytwo' ), 'categories' => array( 'query' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php index f695eba354047..c1eeb9e2dadef 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/query-grid.php @@ -1,7 +1,12 @@ __( 'Grid of posts', 'twentytwentytwo' ), 'categories' => array( 'query' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php index e5672e3c1cfe9..4c0b0e26049ae 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/query-image-grid.php @@ -1,7 +1,12 @@ __( 'Grid of image posts', 'twentytwentytwo' ), 'categories' => array( 'query' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php index c5da08ab749b6..ca67baa7d6097 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/query-irregular-grid.php @@ -1,7 +1,12 @@ __( 'Irregular grid of posts', 'twentytwentytwo' ), 'categories' => array( 'query' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php index 6ff8afadfe15d..2732a9766fbd1 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/query-large-titles.php @@ -1,7 +1,12 @@ __( 'Large post titles', 'twentytwentytwo' ), 'categories' => array( 'query' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php index 4b089846dd292..4921ecba65f48 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/query-simple-blog.php @@ -1,7 +1,12 @@ __( 'Simple blog posts', 'twentytwentytwo' ), 'categories' => array( 'query' ), diff --git a/src/wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php b/src/wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php index a8f84d3cf2a91..b1fdab67b0003 100644 --- a/src/wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php +++ b/src/wp-content/themes/twentytwentytwo/inc/patterns/query-text-grid.php @@ -1,7 +1,12 @@ __( 'Text-based grid of posts', 'twentytwentytwo' ), 'categories' => array( 'query' ),