Skip to content

Commit 1528fd0

Browse files
authored
Minor Changes
1 parent 0d385cc commit 1528fd0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

simple-wp-optimizer.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,8 @@ function es_optimizer_render_checkbox_option( $options, $option_name, $title, $d
314314
* This is a controlled environment where these values are defined within the plugin.
315315
*/
316316
printf( 'es_optimizer_options[%s]', esc_attr( $option_name ) );
317-
?>" value="1"
317+
?>
318+
" value="1"
318319
<?php checked( 1, isset( $options[ $option_name ] ) ? $options[ $option_name ] : 0 ); ?> />
319320
<?php
320321
// Using esc_html for secure output of descriptions.
@@ -364,7 +365,8 @@ function es_optimizer_render_textarea_option( $options, $option_name, $title, $d
364365
* This is a controlled environment where these values are defined within the plugin.
365366
*/
366367
printf( 'es_optimizer_options[%s]', esc_attr( $option_name ) );
367-
?>" rows="5" cols="50" class="large-text code">
368+
?>
369+
" rows="5" cols="50" class="large-text code">
368370
<?php
369371
if ( isset( $options[ $option_name ] ) ) {
370372
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped

0 commit comments

Comments
 (0)