Make WordPress Core


Ignore:
Timestamp:
07/30/2022 02:08:13 PM (2 years ago)
Author:
SergeyBiryukov
Message:

Docs: Use more inclusive language in PHPCS configuration files.

Follow-up to [42346], [43348], [45455], [46290], [46820], [48121], [48477].

See #55646, #55647.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpcompat.xml.dist

    r53750 r53800  
    8383    </rule>
    8484
    85     <!-- Whitelist the WP DB Class for use of `mysql_` extension in PHP < 7.0. -->
     85    <!-- Allow the WP DB Class for use of `mysql_` extension in PHP < 7.0. -->
    8686    <rule ref="PHPCompatibility.Extensions.RemovedExtensions.mysql_DeprecatedRemoved">
    8787        <exclude-pattern>/src/wp-includes/class-wpdb\.php</exclude-pattern>
Note: See TracChangeset for help on using the changeset viewer.