mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
Docs: Use more inclusive language in PHPCS configuration files.
Follow-up to [42346], [43348], [45455], [46290], [46820], [48121], [48477]. See #55646, #55647. git-svn-id: https://develop.svn.wordpress.org/trunk@53800 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
+1
-1
@@ -82,7 +82,7 @@
|
||||
<exclude-pattern>/random_compat/random_bytes_mcrypt\.php$</exclude-pattern>
|
||||
</rule>
|
||||
|
||||
<!-- Whitelist the WP DB Class for use of `mysql_` extension in PHP < 7.0. -->
|
||||
<!-- Allow the WP DB Class for use of `mysql_` extension in PHP < 7.0. -->
|
||||
<rule ref="PHPCompatibility.Extensions.RemovedExtensions.mysql_DeprecatedRemoved">
|
||||
<exclude-pattern>/src/wp-includes/class-wpdb\.php</exclude-pattern>
|
||||
</rule>
|
||||
|
||||
Reference in New Issue
Block a user