Changeset 58314 for trunk/src/wp-includes/class-wp-theme-json.php
- Timestamp:
- 06/04/2024 05:34:12 AM (18 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-theme-json.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json.php
r58266 r58314 257 257 'border-left-style' => array( 'border', 'left', 'style' ), 258 258 'color' => array( 'color', 'text' ), 259 'text-align' => array( 'typography', 'textAlign' ), 259 260 'column-count' => array( 'typography', 'textColumns' ), 260 261 'font-family' => array( 'typography', 'fontFamily' ), … … 455 456 'letterSpacing' => null, 456 457 'lineHeight' => null, 458 'textAlign' => null, 457 459 'textColumns' => null, 458 460 'textDecoration' => null, … … 559 561 'letterSpacing' => null, 560 562 'lineHeight' => null, 563 'textAlign' => null, 561 564 'textColumns' => null, 562 565 'textDecoration' => null,
Note: See TracChangeset
for help on using the changeset viewer.