Changeset 58797 for trunk/src/wp-includes/class-wp-theme-json.php
- Timestamp:
- 07/24/2024 12:24:31 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json.php
r58749 r58797 521 521 const VALID_STYLES = array( 522 522 'background' => array( 523 'backgroundImage' => 'top',524 'backgroundPosition' => 'top',525 'backgroundRepeat' => 'top',526 'backgroundSize' => 'top',523 'backgroundImage' => null, 524 'backgroundPosition' => null, 525 'backgroundRepeat' => null, 526 'backgroundSize' => null, 527 527 ), 528 528 'border' => array(
Note: See TracChangeset
for help on using the changeset viewer.