Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WP Plugins
camo-image-proxy
Commits
c0d1d861
Commit
c0d1d861
authored
Aug 18, 2018
by
Erick Hitter
Browse files
PHPCS
parent
c38def5d
Pipeline
#143
failed with stage
in 3 minutes and 55 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
camo-image-proxy.php
View file @
c0d1d861
...
...
@@ -14,7 +14,7 @@
namespace
Camo_Image_Proxy
;
define
(
__NAMESPACE__
.
'\PLUGIN_PATH'
,
dirname
(
__FILE__
)
)
;
const
PLUGIN_PATH
=
__DIR__
;
/**
* Trait for singletons
...
...
inc/class-options-page.php
View file @
c0d1d861
...
...
@@ -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
);
?>
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment