Make WordPress Core

Changeset 55009


Ignore:
Timestamp:
12/20/2022 01:55:25 PM (2 years ago)
Author:
SergeyBiryukov
Message:

Themes: Alphabetize the properties list in WP_Theme_JSON::VALID_STYLES for consistency.

Follow-up to [53129], [54253], [55008].

See #57354.

File:
1 edited

Legend:

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

    r55008 r55009  
    281281        'styles',
    282282        'templateParts',
     283        'title',
    283284        'version',
    284         'title',
    285285    );
    286286
     
    382382            'duotone' => null,
    383383        ),
    384         'shadow'     => null,
    385384        'outline'    => array(
    386385            'color'  => null,
     
    389388            'width'  => null,
    390389        ),
     390        'shadow'     => null,
    391391        'spacing'    => array(
    392392            'margin'   => null,
Note: See TracChangeset for help on using the changeset viewer.