Make WordPress Core

Ticket #59839: 59839.patch

File 59839.patch, 5.5 KB (added by shailu25, 10 months ago)

Patch Added

  • src/wp-content/themes/twentytwentyfour/functions.php

    diff --git a/src/wp-content/themes/twentytwentyfour/functions.php b/src/wp-content/themes/twentytwentyfour/functions.php
    index baee062f6f..8536cb8423 100644
    a b if ( ! function_exists( 'twentytwentyfour_pattern_categories' ) ) : 
    194194        function twentytwentyfour_pattern_categories() {
    195195
    196196                register_block_pattern_category(
    197                         'page',
     197                        'twentytwentyfour_page',
    198198                        array(
    199199                                'label'       => _x( 'Pages', 'Block pattern category', 'twentytwentyfour' ),
    200200                                'description' => __( 'A collection of full page layouts.', 'twentytwentyfour' ),
  • src/wp-content/themes/twentytwentyfour/patterns/page-about-business.php

    diff --git a/src/wp-content/themes/twentytwentyfour/patterns/page-about-business.php b/src/wp-content/themes/twentytwentyfour/patterns/page-about-business.php
    index f04b20940c..ad626980e1 100644
    a b  
    22/**
    33 * Title: About
    44 * Slug: twentytwentyfour/page-about-business
    5  * Categories: page
     5 * Categories: twentytwentyfour_page
    66 * Keywords: starter
    77 * Block Types: core/post-content
    88 * Post Types: page, wp_template
  • src/wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php

    diff --git a/src/wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php b/src/wp-content/themes/twentytwentyfour/patterns/page-home-blogging.php
    index ae88e9006c..5cef5d4e50 100644
    a b  
    22/**
    33 * Title: Blogging home
    44 * Slug: twentytwentyfour/page-home-blogging
    5  * Categories: page
     5 * Categories: twentytwentyfour_page
    66 * Keywords: page, starter
    77 * Post Types: page, wp_template
    88 * Viewport width: 1400
  • src/wp-content/themes/twentytwentyfour/patterns/page-home-business.php

    diff --git a/src/wp-content/themes/twentytwentyfour/patterns/page-home-business.php b/src/wp-content/themes/twentytwentyfour/patterns/page-home-business.php
    index ca22952174..415c42f1d9 100644
    a b  
    22/**
    33 * Title: Business home
    44 * Slug: twentytwentyfour/page-home-business
    5  * Categories: page
     5 * Categories: twentytwentyfour_page
    66 * Keywords: starter
    77 * Block Types: core/post-content
    88 * Post Types: page, wp_template
  • src/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php

    diff --git a/src/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php b/src/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio-gallery.php
    index cce1fdb106..a9ce9d760a 100644
    a b  
    22/**
    33 * Title: Portfolio home image gallery
    44 * Slug: twentytwentyfour/page-home-gallery
    5  * Categories: page
     5 * Categories: twentytwentyfour_page
    66 * Keywords: starter
    77 * Block Types: core/post-content
    88 * Post Types: page, wp_template
  • src/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php

    diff --git a/src/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php b/src/wp-content/themes/twentytwentyfour/patterns/page-home-portfolio.php
    index 4f3c473f0b..40d4fa1e75 100644
    a b  
    22/**
    33 * Title: Portfolio home with post featured images
    44 * Slug: twentytwentyfour/page-home-portfolio
    5  * Categories: page
     5 * Categories: twentytwentyfour_page
    66 * Keywords: starter
    77 * Block Types: core/post-content
    88 * Post Types: page, wp_template
  • src/wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php

    diff --git a/src/wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php b/src/wp-content/themes/twentytwentyfour/patterns/page-newsletter-landing.php
    index 24c6d9a86f..5ee552e500 100644
    a b  
    22/**
    33 * Title: Newsletter landing
    44 * Slug: twentytwentyfour/page-newsletter-landing
    5  * Categories: call-to-action, page, featured
     5 * Categories: call-to-action, twentytwentyfour_page, featured
    66 * Keywords: starter
    77 * Block Types: core/post-content
    88 * Post Types: page, wp_template
  • src/wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php

    diff --git a/src/wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php b/src/wp-content/themes/twentytwentyfour/patterns/page-portfolio-overview.php
    index 3e29b11387..b0bf21b480 100644
    a b  
    22/**
    33 * Title: Portfolio project overview
    44 * Slug: twentytwentyfour/page-portfolio-overview
    5  * Categories: page, featured
     5 * Categories: twentytwentyfour_page, featured
    66 * Keywords: starter
    77 * Block Types: core/post-content
    88 * Post Types: page, wp_template
  • src/wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php

    diff --git a/src/wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php b/src/wp-content/themes/twentytwentyfour/patterns/page-rsvp-landing.php
    index 469a13426a..8b3ba8316c 100644
    a b  
    22/**
    33 * Title: RSVP landing
    44 * Slug: twentytwentyfour/page-rsvp-landing
    5  * Categories: page
     5 * Categories: twentytwentyfour_page
    66 * Keywords: starter
    77 * Block Types: core/post-content
    88 * Post Types: page, wp_template