Make WordPress Core

Changeset 44570


Ignore:
Timestamp:
01/12/2019 03:48:05 AM (6 years ago)
Author:
pento
Message:

Coding Standards: Fix an incorrect phpcs:ignore comment.

It's phpcs:ignore, not wpcs:ignore.

Props GaryJ.

See #45934.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/category-template.php

    r44562 r44570  
    837837        // Look for the alternative callback style. Ignore the previous default.
    838838        if ( $args['topic_count_text_callback'] === 'default_topic_count_text' ) {
    839             // wpcs:ignore WordPress.WP.I18n.NonSingularStringLiteralSingle,WordPress.WP.I18n.NonSingularStringLiteralPlural
     839            // phpcs:ignore WordPress.WP.I18n.NonSingularStringLiteralSingle,WordPress.WP.I18n.NonSingularStringLiteralPlural
    840840            $translate_nooped_plural = _n_noop( '%s item', '%s items' );
    841841        } else {
Note: See TracChangeset for help on using the changeset viewer.