Make WordPress Core


Ignore:
Timestamp:
10/17/2023 02:12:07 AM (14 months ago)
Author:
hellofromTonya
Message:

Twenty Twenty-Four: Bugfixes for 6.4 RC1.

Resyncing changes for TT4 into Core.

Changes include:

  • Reformatted all the patterns for readability.
  • Bugfixes in the markup and improvements on the string translation functions.
  • Renaming of some patterns, making them consistent with the content they show and whether they are simple patterns, full-page patterns or patterns meant to replace templates.

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

Props richtabor, onemaggie, luminuu, shailu25, dunhakdis, shivashankerbhatta, dajeema, enodekciw, kafleg, viralsampat, glendaviesnz, beafialho, webmandesign, huzaifaalmesbah, gregfuller, benharri.
Fixes #59640.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentyfour/styles/rust.json

    r56813 r56951  
    1818                {
    1919                    "slug": "gradient-1",
    20                     "gradient": "linear-gradient(to bottom, #A62A0C5C 0%, #F3F0E7 100%)",
     20                    "gradient": "linear-gradient(to bottom, #A62A0C42 0%, #F3F0E7 100%)",
     21                    "name": "Vertical transparent rust to beige"
     22                },
     23                {
     24                    "slug": "gradient-7",
     25                    "gradient": "linear-gradient(to bottom, #A62A0C42 50%, #F3F0E7 50%)",
     26                    "name": "Vertical hard transparent rust to beige"
     27                },
     28                {
     29                    "slug": "gradient-2",
     30                    "gradient": "linear-gradient(to bottom, #A62B0C 0%, #F3F0E7 100%)",
    2131                    "name": "Vertical rust to beige"
    2232                },
    2333                {
    24                     "slug": "gradient-7",
    25                     "gradient": "linear-gradient(to bottom, #A62A0C5C 50%, #F3F0E7 50%)",
     34                    "slug": "gradient-8",
     35                    "gradient": "linear-gradient(to bottom, #A62B0C 50%, #F3F0E7 50%)",
    2636                    "name": "Vertical hard rust to beige"
    2737                }
     
    3444                },
    3545                {
    36                     "color": "#EAE4D7",
     46                    "color": "#ECEADF",
    3747                    "name": "Base / 2",
    3848                    "slug": "base-2"
     
    4454                }
    4555            ]
    46         },
    47         "layout": {
    48             "contentSize": "620px",
    49             "wideSize": "90vw"
    50         },
    51         "typography": {
    52             "fontSizes": [
    53                 {
    54                     "fluid": false,
    55                     "name": "Small",
    56                     "size": "1rem",
    57                     "slug": "small"
    58                 },
    59                 {
    60                     "fluid": false,
    61                     "name": "Medium",
    62                     "size": "1.15rem",
    63                     "slug": "medium"
    64                 },
    65                 {
    66                     "fluid": {
    67                         "min": "1.777rem",
    68                         "max": "2.3rem"
    69                     },
    70                     "name": "Large",
    71                     "size": "2.3rem",
    72                     "slug": "large"
    73                 },
    74                 {
    75                     "fluid": {
    76                         "min": "2.3rem",
    77                         "max": "3.1rem"
    78                     },
    79                     "name": "Extra Large",
    80                     "size": "2.369rem",
    81                     "slug": "x-large"
    82                 },
    83                 {
    84                     "fluid": {
    85                         "min": "3.1rem",
    86                         "max": "4.2rem"
    87                     },
    88                     "name": "Extra Extra Large",
    89                     "size": "4.2rem",
    90                     "slug": "xx-large"
    91                 }
    92             ]
    9356        }
    9457    },
    9558    "styles": {
    9659        "blocks": {
     60            "core/calendar": {
     61                "css": ".wp-block-calendar table:where(:not(.has-text-color)) th{background-color:var(--wp--preset--color--contrast);color:var(--wp--preset--color--base);border-color:var(--wp--preset--color--contrast)} & table:where(:not(.has-text-color)) td{border-color:var(--wp--preset--color--contrast)}"
     62            },
    9763            "core/comment-date": {
    9864                "color": {
Note: See TracChangeset for help on using the changeset viewer.