Changeset 45932 for trunk/src/wp-includes/category-template.php
- Timestamp:
- 09/03/2019 12:39:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category-template.php
r45926 r45932 832 832 // Look for the alternative callback style. Ignore the previous default. 833 833 if ( $args['topic_count_text_callback'] === 'default_topic_count_text' ) { 834 /* translators: %s: number of items (tags)*/834 /* translators: %s: Number of items (tags). */ 835 835 $translate_nooped_plural = _n_noop( '%s item', '%s items' ); 836 836 } else { … … 843 843 } else { 844 844 // This is the default for when no callback, plural, or argument is passed in. 845 /* translators: %s: number of items (tags)*/845 /* translators: %s: Number of items (tags). */ 846 846 $translate_nooped_plural = _n_noop( '%s item', '%s items' ); 847 847 }
Note: See TracChangeset
for help on using the changeset viewer.