Make WordPress Core


Ignore:
Timestamp:
11/06/2023 03:22:41 PM (13 months ago)
Author:
hellofromTonya
Message:

Twenty Twenty-Four: Bugfixes and refinement for 6.4 RC4.

This update includes the following changes:

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

Reviewed by desrosj.
Merges [57067] to the 6.4 branch.

Props onemaggie, richtabor, luminuu, huzaifaalmesbah, sabernhardt, poena, rajinsharwar.
Fixes #59812.

Location:
branches/6.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.4

  • branches/6.4/src/wp-content/themes/twentytwentyfour/patterns/hidden-sidebar.php

    r56951 r57070  
    2424    <!-- /wp:group -->
    2525
    26     <!-- wp:separator {"backgroundColor":"base-3","className":"is-style-wide"} -->
    27     <hr class="wp-block-separator has-text-color has-base-3-color has-alpha-channel-opacity has-base-3-background-color has-background is-style-wide" />
     26    <!-- wp:separator {"backgroundColor":"contrast","className":"is-style-wide"} -->
     27    <hr class="wp-block-separator has-text-color has-contrast-color has-alpha-channel-opacity has-contrast-background-color has-background is-style-wide"/>
    2828    <!-- /wp:separator -->
    2929
     
    3838    <!-- /wp:group -->
    3939
    40     <!-- wp:separator {"backgroundColor":"base-3","className":"is-style-wide"} -->
    41     <hr class="wp-block-separator has-text-color has-base-3-color has-alpha-channel-opacity has-base-3-background-color has-background is-style-wide" />
     40    <!-- wp:separator {"backgroundColor":"contrast","className":"is-style-wide"} -->
     41    <hr class="wp-block-separator has-text-color has-contrast-color has-alpha-channel-opacity has-contrast-background-color has-background is-style-wide"/>
    4242    <!-- /wp:separator -->
    4343
     
    6363    <!-- /wp:group -->
    6464
    65     <!-- wp:separator {"backgroundColor":"base-3","className":"is-style-wide"} -->
    66     <hr class="wp-block-separator has-text-color has-base-3-color has-alpha-channel-opacity has-base-3-background-color has-background is-style-wide" />
     65    <!-- wp:separator {"backgroundColor":"contrast","className":"is-style-wide"} -->
     66    <hr class="wp-block-separator has-text-color has-contrast-color has-alpha-channel-opacity has-contrast-background-color has-background is-style-wide"/>
    6767    <!-- /wp:separator -->
    6868
Note: See TracChangeset for help on using the changeset viewer.