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
Merge requests
!6
add linting
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add linting
add/lint
into
master
Overview
0
Commits
20
Pipelines
1
Changes
2
Merged
Erick Hitter
requested to merge
add/lint
into
master
6 years ago
Overview
0
Commits
20
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Viewing commit
c0d1d861
Prev
Next
Show latest version
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
c0d1d861
PHPCS
· c0d1d861
Erick Hitter
authored
6 years ago
inc/class-options-page.php
+
1
−
1
Options
@@ -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
);
?>
"
Loading