Make WordPress Core

Changeset 52978 for trunk/phpcs.xml.dist


Ignore:
Timestamp:
03/22/2022 04:23:32 PM (3 years ago)
Author:
audrasjb
Message:

Administration: Replace contracted verb forms for better consistency.

This changeset replaces contracted verb forms like doesn't, can't, or isn't with non-contracted forms like does not, cannot, or is not, for better consistency across the WordPress administration. It also updates some corresponding unit tests strings.

Props Presskopp, socalchristina, aandrewdixon, francina, SergeyBiryukov, JeffPaul, audrasjb, hellofromTonya.
Fixes #38913.
See #39176.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpcs.xml.dist

    r52235 r52978  
    316316    </rule>
    317317
    318     <!-- Exclude some old classes that can't be renamed, as it would break back compat. -->
     318    <!-- Exclude some old classes that cannot be renamed, as it would break back compat. -->
    319319    <rule ref="PEAR.NamingConventions.ValidClassName.Invalid">
    320320        <exclude-pattern>/src/wp-admin/includes/class-wp-filesystem-ftpsockets\.php</exclude-pattern>
Note: See TracChangeset for help on using the changeset viewer.