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
Automatically Paginate Posts
Commits
55f633aa
Commit
55f633aa
authored
Apr 14, 2019
by
Erick Hitter
Browse files
Fix WP compat version
parent
7ea7289d
Pipeline
#834
passed with stages
in 2 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.phpcs.xml.dist
View file @
55f633aa
...
...
@@ -26,7 +26,7 @@
<!-- Rules: WordPress Coding Standards -->
<!-- https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards -->
<!-- https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/wiki/Customizable-sniff-properties -->
<config
name=
"minimum_supported_wp_version"
value=
"3.
1
"
/>
<config
name=
"minimum_supported_wp_version"
value=
"3.
4
"
/>
<rule
ref=
"WordPress"
/>
<rule
ref=
"WordPressVIPMinimum"
/>
<rule
ref=
"WordPress-VIP-Go"
/>
...
...
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