Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
Camo Image Proxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
WP Plugins
Camo Image Proxy
Commits
c0d1d861
Commit
c0d1d861
authored
6 years ago
by
Erick Hitter
Browse files
Options
Downloads
Patches
Plain Diff
PHPCS
parent
c38def5d
No related branches found
No related tags found
3 merge requests
!6
add linting
,
!5
WIP: Add JUnit reporting
,
!4
WIP: Initial release
Pipeline
#143
failed
6 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
camo-image-proxy.php
+1
-1
1 addition, 1 deletion
camo-image-proxy.php
inc/class-options-page.php
+1
-1
1 addition, 1 deletion
inc/class-options-page.php
with
2 additions
and
2 deletions
camo-image-proxy.php
+
1
−
1
View file @
c0d1d861
...
...
@@ -14,7 +14,7 @@
namespace
Camo_Image_Proxy
;
define
(
__NAMESPACE__
.
'\PLUGIN_PATH'
,
dirname
(
__FILE__
)
)
;
const
PLUGIN_PATH
=
__DIR__
;
/**
* Trait for singletons
...
...
This diff is collapsed.
Click to expand it.
inc/class-options-page.php
+
1
−
1
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
);
?>
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment