Skip to content
Snippets Groups Projects

add linting

Merged Erick Hitter requested to merge add/lint into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -76,7 +76,7 @@ class Options_Page {
?>
<input
type="<?php echo esc_attr( $input_type ); ?>"
name="<?php echo esc_html( $name ); ?>"
name="<?php echo esc_attr( $name ); ?>"
class="regular-text"
id="<?php echo esc_attr( $html_id ); ?>"
value="<?php echo esc_attr( $value ); ?>"
Loading