Skip to content

Commit dbdf1a9

Browse files
committed
Review code comments
1 parent 64aecda commit dbdf1a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/php/editor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function enqueue_code_editor( string $type, array $extra_atts = [] ) {
6666
$atts[ $number_att ] = intval( $atts[ $number_att ] );
6767
}
6868

69-
// Remove fontSize from the options and add it as an inline style
69+
// Remove fontSize from the options and add it as an inline style.
7070
if ( isset( $atts['fontSize'] ) ) {
7171
$font_size = intval( $atts['fontSize'] );
7272
unset( $atts['fontSize'] );

0 commit comments

Comments
 (0)