Changeset 47219 for trunk/src/wp-includes/category-template.php
- Timestamp:
- 02/09/2020 04:52:28 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/category-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/category-template.php
r47122 r47219 837 837 } elseif ( ! empty( $args['topic_count_text_callback'] ) ) { 838 838 // Look for the alternative callback style. Ignore the previous default. 839 if ( $args['topic_count_text_callback'] === 'default_topic_count_text') {839 if ( 'default_topic_count_text' === $args['topic_count_text_callback'] ) { 840 840 /* translators: %s: Number of items (tags). */ 841 841 $translate_nooped_plural = _n_noop( '%s item', '%s items' );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)