We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64aecda commit dbdf1a9Copy full SHA for dbdf1a9
src/php/editor.php
@@ -66,7 +66,7 @@ function enqueue_code_editor( string $type, array $extra_atts = [] ) {
66
$atts[ $number_att ] = intval( $atts[ $number_att ] );
67
}
68
69
- // Remove fontSize from the options and add it as an inline style
+ // Remove fontSize from the options and add it as an inline style.
70
if ( isset( $atts['fontSize'] ) ) {
71
$font_size = intval( $atts['fontSize'] );
72
unset( $atts['fontSize'] );
0 commit comments