Make WordPress Core

Changeset 44562 for trunk/phpcs.xml.dist


Ignore:
Timestamp:
01/11/2019 06:03:46 AM (6 years ago)
Author:
pento
Message:

Coding Standards: Fix the minor WordPress.WP.I18n violations.

WordPress.WP.I18n.MissingTranslatorsComment is in progress in #44360.

See #45934.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpcs.xml.dist

    r44561 r44562  
    9191    <rule ref="WordPress.WP.I18n">
    9292        <exclude-pattern>/src/wp-includes/l10n\.php</exclude-pattern>
     93        <exclude-pattern>/tests/phpunit/tests/l10n\.php</exclude-pattern>
     94        <exclude-pattern>/tests/phpunit/tests/l10n/loadTextdomainJustInTime\.php</exclude-pattern>
    9395    </rule>
    9496
Note: See TracChangeset for help on using the changeset viewer.