Make WordPress Core


Ignore:
Timestamp:
10/31/2023 05:24:38 PM (13 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/functions.php

    r56999 r57036  
    3333            array(
    3434                'handle' => 'twentytwentyfour-button-style-outline',
    35                 'src'    => get_theme_file_uri( 'assets/css/button-outline.css' ),
    36                 'ver'    => wp_get_theme()->get( 'Version' ),
    37                 'path'   => get_theme_file_path( 'assets/css/button-outline.css' ),
     35                'src'    => get_parent_theme_file_uri( 'assets/css/button-outline.css' ),
     36                'ver'    => wp_get_theme( get_template() )->get( 'Version' ),
     37                'path'   => get_parent_theme_file_path( 'assets/css/button-outline.css' ),
    3838            )
    3939        );
     
    4646                /*
    4747                 * Styles for the custom Arrow icon style of the Details block
    48                  * https://github.com/WordPress/twentytwentyfour/issues/46
    4948                 */
    5049                'inline_style' => '
Note: See TracChangeset for help on using the changeset viewer.