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

PHPCS

parent c38def5d
No related branches found
No related tags found
3 merge requests!6add linting,!5WIP: Add JUnit reporting,!4WIP: Initial release
Pipeline #143 failed
......@@ -14,7 +14,7 @@
namespace Camo_Image_Proxy;
define( __NAMESPACE__ . '\PLUGIN_PATH', dirname( __FILE__ ) );
const PLUGIN_PATH = __DIR__;
/**
* Trait for singletons
......
......@@ -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 ); ?>"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment