Skip to content

Commit 81d3cbf

Browse files
committed
Make minimum version of WordPress be 4.6.
1 parent d2ffe31 commit 81d3cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpcs.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</rule>
2828
<rule ref="WordPress.WP.DeprecatedFunctions">
2929
<properties>
30-
<property name="minimum_supported_version" value="3.0"/>
30+
<property name="minimum_supported_version" value="4.6"/>
3131
</properties>
3232
</rule>
3333
<rule ref="WordPress.WhiteSpace.ControlStructureSpacing">

0 commit comments

Comments
 (0)