Make WordPress Core


Ignore:
Timestamp:
10/31/2023 06:51:35 PM (11 months ago)
Author:
hellofromTonya
Message:

Twenty Twenty-Four: Bugfixes for 6.4 RC3.

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].

Reviewed by flixos90, jorbin.
Merges [57036] to the 6.4 branch.

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

Location:
branches/6.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.4

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

    r57005 r57037  
    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.