Changeset 51422 for branches/5.8/src/wp-includes/class-wp-theme-json.php
- Timestamp:
- 07/13/2021 05:13:48 PM (4 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/class-wp-theme-json.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/src/wp-includes/class-wp-theme-json.php
r51386 r51422 182 182 'color' => array( 183 183 'custom' => null, 184 'customDuotone' => null, 184 185 'customGradient' => null, 185 186 'duotone' => null, … … 189 190 ), 190 191 'custom' => null, 191 'layout' => null, 192 'layout' => array( 193 'contentSize' => null, 194 'wideSize' => null, 195 ), 192 196 'spacing' => array( 193 197 'customMargin' => null,
Note: See TracChangeset
for help on using the changeset viewer.