Changeset 57889 for branches/6.5/src/wp-includes/class-wp-theme-json.php
- Timestamp:
- 03/28/2024 08:24:19 AM (16 months ago)
- Location:
- branches/6.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.5
-
branches/6.5/src/wp-includes/class-wp-theme-json.php
r57751 r57889 659 659 * @since 6.2.0 Added `dimensions.minHeight` and `position.sticky`. 660 660 * @since 6.4.0 Added `background.backgroundImage`. 661 * @since 6.5.0 Added `background.backgroundSize` , `dimensions.aspectRatio`, and `shadow.defaultPresets`.661 * @since 6.5.0 Added `background.backgroundSize` and `dimensions.aspectRatio`. 662 662 * @var array 663 663 */ … … 680 680 array( 'spacing', 'padding' ), 681 681 array( 'typography', 'lineHeight' ), 682 array( 'shadow', 'defaultPresets' ),683 682 ); 684 683
Note: See TracChangeset
for help on using the changeset viewer.