Make WordPress Core


Ignore:
Timestamp:
10/31/2023 05:24:38 PM (14 months ago)
Author:
hellofromTonya
Message:

Twenty Twenty-Four: Bugfixes for 6.4 RC2.

This update includes the following bugfixes:

  • Fix: Added a new block pattern for the home template that inherits the page query and fits the design of the home page. (more context on the theme repo: https://github.com/WordPress/twentytwentyfour/pull/706)
  • Fix: Rely on parent theme data for block style.
  • Fix: Categories for some patterns.
  • Fix: Minor labeling issues

Follow-up to [56999], [56951], [56813], [56764], [56716].

Props anlino, beafialho, desrosj, devmuhib, didierjm, fabiorubioglio, flixos90, hanneslsm, hellofromTonya, huzaifaalmesbah, ktaron, luminuu, mshowes, onemaggie, phillsav, poena, rajinsharwar, richtabor, shailu25.
Fixes #59770, #59759.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyfour/patterns/template-home-business.php

    r56951 r57036  
    22/**
    33 * Title: Business home template
    4  * Slug: twentytwentyfour/template-home
    5  * Template Types: front-page, index, home
     4 * Slug: twentytwentyfour/template-home-business
     5 * Template Types: front-page, home
    66 * Viewport width: 1400
    77 * Inserter: no
     
    1313<!-- wp:group {"tagName":"main","style":{"spacing":{"blockGap":"0","margin":{"top":"0"}}},"layout":{"type":"default"}} -->
    1414<main class="wp-block-group" style="margin-top:0">
    15     <!-- wp:pattern {"slug":"twentytwentyfour/home-business"} /-->
     15    <!-- wp:pattern {"slug":"twentytwentyfour/page-home-business"} /-->
    1616</main>
    1717<!-- /wp:group -->
Note: See TracChangeset for help on using the changeset viewer.