Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
C
camo-image-proxy
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Boards
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
WP Plugins
camo-image-proxy
Commits
c0d1d861
Commit
c0d1d861
authored
Aug 18, 2018
by
Erick Hitter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
camo-image-proxy.php
camo-image-proxy.php
+1
-1
inc/class-options-page.php
inc/class-options-page.php
+1
-1
No files found.
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