mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
Themes: Alphabetize the properties list in WP_Theme_JSON::VALID_STYLES for consistency.
Follow-up to [53129], [54253], [55008]. See #57354. git-svn-id: https://develop.svn.wordpress.org/trunk@55009 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user