Changeset 61570
- Timestamp:
- 02/01/2026 10:49:55 AM (2 weeks ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
src/wp-includes/class-wp-theme-json.php (modified) (1 diff)
-
tests/phpunit/tests/theme/wpThemeJson.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json.php
r61564 r61570 745 745 array( 'spacing', 'padding' ), 746 746 array( 'typography', 'lineHeight' ), 747 array( 'typography', 'textColumns' ), 747 748 ); 748 749 -
trunk/tests/phpunit/tests/theme/wpThemeJson.php
r61564 r61570 292 292 ), 293 293 'typography' => array( 294 'lineHeight' => true, 294 'lineHeight' => true, 295 'textColumns' => true, 295 296 ), 296 297 'blocks' => array( 297 298 'core/paragraph' => array( 298 299 'typography' => array( 299 'lineHeight' => false,300 ),300 'lineHeight' => false, 301 'textColumns' => true, ), 301 302 ), 302 303 'core/group' => array(
Note: See TracChangeset
for help on using the changeset viewer.