Changeset 54387
- Timestamp:
- 10/04/2022 04:45:25 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/typography.php
r54260 r54387 55 55 if ( $has_font_size_support && ! array_key_exists( 'fontSize', $block_type->attributes ) ) { 56 56 $block_type->attributes['fontSize'] = array( 57 'type' => 'string', 58 ); 59 } 60 61 if ( $has_font_family_support && ! array_key_exists( 'fontFamily', $block_type->attributes ) ) { 62 $block_type->attributes['fontFamily'] = array( 57 63 'type' => 'string', 58 64 );
Note: See TracChangeset
for help on using the changeset viewer.