Changeset 45926 for trunk/src/wp-includes/category-template.php
- Timestamp:
- 09/01/2019 05:12:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category-template.php
r45895 r45926 356 356 __FUNCTION__, 357 357 '3.0.0', 358 /* translators: 1: "type => link", 2: "taxonomy => link_category" */359 358 sprintf( 359 /* translators: 1: "type => link", 2: "taxonomy => link_category" */ 360 360 __( '%1$s is deprecated. Use %2$s instead.' ), 361 361 '<code>type => link</code>', … … 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 835 $translate_nooped_plural = _n_noop( '%s item', '%s items' ); 835 836 } else { … … 842 843 } else { 843 844 // This is the default for when no callback, plural, or argument is passed in. 845 /* translators: %s: number of items (tags) */ 844 846 $translate_nooped_plural = _n_noop( '%s item', '%s items' ); 845 847 }
Note: See TracChangeset
for help on using the changeset viewer.