Skip to content
Snippets Groups Projects
Commit c0d1d861 authored by Erick Hitter's avatar Erick Hitter
Browse files

PHPCS

parent c38def5d
Branches
Tags
3 merge requests!6add linting,!5WIP: Add JUnit reporting,!4WIP: Initial release
Pipeline #143 failed
This commit is part of merge request !6. Comments created here will be created in the context of that merge request.
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
namespace Camo_Image_Proxy; namespace Camo_Image_Proxy;
define( __NAMESPACE__ . '\PLUGIN_PATH', dirname( __FILE__ ) ); const PLUGIN_PATH = __DIR__;
/** /**
* Trait for singletons * Trait for singletons
......
...@@ -76,7 +76,7 @@ class Options_Page { ...@@ -76,7 +76,7 @@ class Options_Page {
?> ?>
<input <input
type="<?php echo esc_attr( $input_type ); ?>" type="<?php echo esc_attr( $input_type ); ?>"
name="<?php echo esc_html( $name ); ?>" name="<?php echo esc_attr( $name ); ?>"
class="regular-text" class="regular-text"
id="<?php echo esc_attr( $html_id ); ?>" id="<?php echo esc_attr( $html_id ); ?>"
value="<?php echo esc_attr( $value ); ?>" value="<?php echo esc_attr( $value ); ?>"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment