Changeset 44572 for trunk/src/wp-includes/category-template.php
- Timestamp:
- 01/12/2019 04:52:53 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category-template.php
r44570 r44572 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 // phpcs:ignore WordPress.WP.I18n.NonSingularStringLiteralSingle,WordPress.WP.I18n.NonSingularStringLiteralPlural840 839 $translate_nooped_plural = _n_noop( '%s item', '%s items' ); 841 840 } else {
Note: See TracChangeset
for help on using the changeset viewer.