Make WordPress Core


Ignore:
Timestamp:
10/11/2022 12:42:28 AM (3 years ago)
Author:
desrosj
Message:

Twenty Twenty-Three: Bug fixes and improvements for RC1.

Most notably in this update, Twenty Twenty-Three becomes the second default theme to have the “Accessibility Ready” tag.

For a full list of changes being included, see the twentytwentythree repository on GitHub: https://github.com/WordPress/twentytwentythree/compare/ca662828b7e3ae12e03f35903a83cf2cfaa4ce4f...4ea5d832ec9b684dcbf9ac5e67ff4e9ee5ae1e16.

Follow up to [54235], [54236], [54312], [54372].

Props mikachan, madhudollu, tahmidulkarim, joen, poena, scruffian, beafialho, colorful-tones, audrasjb, critterverse, luminuu, wildworks, hiyascout, desrosj.
Fixes #56383.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentythree/styles/pitch.json

    r54372 r54467  
    11{
     2    "$schema": "https://schemas.wp.org/trunk/theme.json",
     3    "version": 2,
    24    "title": "Pitch",
    35    "settings": {
     
    129131    "styles": {
    130132        "blocks": {
     133            "core/query-pagination": {
     134                "border": {
     135                    "top": {
     136                        "color": "var(--wp--preset--color--tertiary)",
     137                        "width": "4px"
     138                    }
     139                }
     140            },
    131141            "core/separator": {
    132142                "border": {
     
    232242            "lineHeight": "1.7"
    233243        }
    234     },
    235     "version": 2,
    236     "$schema": "https://schemas.wp.org/trunk/theme.json"
     244    }
    237245}
Note: See TracChangeset for help on using the changeset viewer.