Skip to content

Commit e3a3831

Browse files
authored
Minor Change
1 parent 1528fd0 commit e3a3831

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
@@ -305,7 +305,8 @@ function es_optimizer_render_checkbox_option( $options, $option_name, $title, $d
305305
</th>
306306
<td>
307307
<label>
308-
<input type="checkbox" name="<?php
308+
<input type="checkbox" name="
309+
<?php
309310
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
310311

311312
/*
@@ -356,7 +357,8 @@ function es_optimizer_render_textarea_option( $options, $option_name, $title, $d
356357
echo esc_html( $description );
357358
?>
358359
</small></p>
359-
<textarea name="<?php
360+
<textarea name="
361+
<?php
360362
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
361363

362364
/*

0 commit comments

Comments
 (0)