Make WordPress Core


Ignore:
Timestamp:
04/11/2022 11:53:55 AM (4 years ago)
Author:
audrasjb
Message:

Administration: Revert unwanted spaces found in theme.json after [53131].

Follow-up to [53131].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/theme.json

    r53133 r53134  
    1919                        "duotone": [
    2020                                {
    21                                         "name": "Dark grayscale" ,
     21                                        "name": "Dark grayscale",
    2222                                        "colors": [ "#000000", "#7f7f7f" ],
    2323                                        "slug": "dark-grayscale"
    2424                                },
    2525                                {
    26                                         "name": "Grayscale" ,
     26                                        "name": "Grayscale",
    2727                                        "colors": [ "#000000", "#ffffff" ],
    2828                                        "slug": "grayscale"
    2929                                },
    3030                                {
    31                                         "name": "Purple and yellow" ,
     31                                        "name": "Purple and yellow",
    3232                                        "colors": [ "#8c00b7", "#fcff41" ],
    3333                                        "slug": "purple-yellow"
    3434                                },
    3535                                {
    36                                         "name": "Blue and red" ,
     36                                        "name": "Blue and red",
    3737                                        "colors": [ "#000097", "#ff4747" ],
    3838                                        "slug": "blue-red"
    3939                                },
    4040                                {
    41                                         "name": "Midnight" ,
     41                                        "name": "Midnight",
    4242                                        "colors": [ "#000000", "#00a5ff" ],
    4343                                        "slug": "midnight"
    4444                                },
    4545                                {
    46                                         "name": "Magenta and yellow" ,
     46                                        "name": "Magenta and yellow",
    4747                                        "colors": [ "#c7005a", "#fff278" ],
    4848                                        "slug": "magenta-yellow"
    4949                                },
    5050                                {
    51                                         "name": "Purple and green" ,
     51                                        "name": "Purple and green",
    5252                                        "colors": [ "#a60072", "#67ff66" ],
    5353                                        "slug": "purple-green"
    5454                                },
    5555                                {
    56                                         "name": "Blue and orange" ,
     56                                        "name": "Blue and orange",
    5757                                        "colors": [ "#1900d8", "#ffa96b" ],
    5858                                        "slug": "blue-orange"
Note: See TracChangeset for help on using the changeset viewer.