Changeset 54483 for trunk/src/wp-includes/blocks/navigation-submenu.php
- Timestamp:
- 10/11/2022 03:24:12 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/blocks/navigation-submenu.php
r54335 r54483 99 99 } elseif ( $has_custom_font_size ) { 100 100 // Add the custom font size inline style. 101 $font_sizes['inline_styles'] = sprintf( 'font-size: %s;', $context['style']['typography']['fontSize'] ); 101 $font_sizes['inline_styles'] = sprintf( 102 'font-size: %s;', 103 gutenberg_get_typography_font_size_value( 104 array( 105 'size' => $context['style']['typography']['fontSize'], 106 ) 107 ) 108 ); 102 109 } 103 110
Note: See TracChangeset
for help on using the changeset viewer.