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

Follow-up to [53131].

Built from https://develop.svn.wordpress.org/trunk@53134


git-svn-id: http://core.svn.wordpress.org/trunk@52723 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2022-04-11 11:55:00 +00:00
parent 44d52e04a1
commit 4557cd683b
2 changed files with 9 additions and 9 deletions

View File

@ -18,42 +18,42 @@
"defaultPalette": true, "defaultPalette": true,
"duotone": [ "duotone": [
{ {
"name": "Dark grayscale" , "name": "Dark grayscale",
"colors": [ "#000000", "#7f7f7f" ], "colors": [ "#000000", "#7f7f7f" ],
"slug": "dark-grayscale" "slug": "dark-grayscale"
}, },
{ {
"name": "Grayscale" , "name": "Grayscale",
"colors": [ "#000000", "#ffffff" ], "colors": [ "#000000", "#ffffff" ],
"slug": "grayscale" "slug": "grayscale"
}, },
{ {
"name": "Purple and yellow" , "name": "Purple and yellow",
"colors": [ "#8c00b7", "#fcff41" ], "colors": [ "#8c00b7", "#fcff41" ],
"slug": "purple-yellow" "slug": "purple-yellow"
}, },
{ {
"name": "Blue and red" , "name": "Blue and red",
"colors": [ "#000097", "#ff4747" ], "colors": [ "#000097", "#ff4747" ],
"slug": "blue-red" "slug": "blue-red"
}, },
{ {
"name": "Midnight" , "name": "Midnight",
"colors": [ "#000000", "#00a5ff" ], "colors": [ "#000000", "#00a5ff" ],
"slug": "midnight" "slug": "midnight"
}, },
{ {
"name": "Magenta and yellow" , "name": "Magenta and yellow",
"colors": [ "#c7005a", "#fff278" ], "colors": [ "#c7005a", "#fff278" ],
"slug": "magenta-yellow" "slug": "magenta-yellow"
}, },
{ {
"name": "Purple and green" , "name": "Purple and green",
"colors": [ "#a60072", "#67ff66" ], "colors": [ "#a60072", "#67ff66" ],
"slug": "purple-green" "slug": "purple-green"
}, },
{ {
"name": "Blue and orange" , "name": "Blue and orange",
"colors": [ "#1900d8", "#ffa96b" ], "colors": [ "#1900d8", "#ffa96b" ],
"slug": "blue-orange" "slug": "blue-orange"
} }

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.0-alpha-53133'; $wp_version = '6.0-alpha-53134';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.