Changeset 44570
- Timestamp:
- 01/12/2019 03:48:05 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category-template.php
r44562 r44570 837 837 // Look for the alternative callback style. Ignore the previous default. 838 838 if ( $args['topic_count_text_callback'] === 'default_topic_count_text' ) { 839 // wpcs:ignore WordPress.WP.I18n.NonSingularStringLiteralSingle,WordPress.WP.I18n.NonSingularStringLiteralPlural839 // phpcs:ignore WordPress.WP.I18n.NonSingularStringLiteralSingle,WordPress.WP.I18n.NonSingularStringLiteralPlural 840 840 $translate_nooped_plural = _n_noop( '%s item', '%s items' ); 841 841 } else {
Note: See TracChangeset
for help on using the changeset viewer.