mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-22 22:45:39 +00:00
Themes: Alphabetize the properties list in WP_Theme_JSON::VALID_STYLES
for consistency.
Follow-up to [53129], [54253], [55008]. See #57354. Built from https://develop.svn.wordpress.org/trunk@55009 git-svn-id: http://core.svn.wordpress.org/trunk@54542 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3ddfa88245
commit
9dfc9375da
@ -280,8 +280,8 @@ class WP_Theme_JSON {
|
||||
'settings',
|
||||
'styles',
|
||||
'templateParts',
|
||||
'version',
|
||||
'title',
|
||||
'version',
|
||||
);
|
||||
|
||||
/**
|
||||
@ -381,13 +381,13 @@ class WP_Theme_JSON {
|
||||
'filter' => array(
|
||||
'duotone' => null,
|
||||
),
|
||||
'shadow' => null,
|
||||
'outline' => array(
|
||||
'color' => null,
|
||||
'offset' => null,
|
||||
'style' => null,
|
||||
'width' => null,
|
||||
),
|
||||
'shadow' => null,
|
||||
'spacing' => array(
|
||||
'margin' => null,
|
||||
'padding' => null,
|
||||
|
@ -16,7 +16,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.2-alpha-55008';
|
||||
$wp_version = '6.2-alpha-55009';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
x
Reference in New Issue
Block a user