Changeset 46261
- Timestamp:
- 09/23/2019 06:33:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-ms-sites-list-table.php
r46254 r46261 237 237 : ''; 238 238 if ( (int) $counts[ $status ] > 0 ) { 239 $label = sprintf( translate_nooped_plural( $label_count, $counts[ $status ] ), number_format_i18n( $counts[ $status ] ) );239 $label = sprintf( translate_nooped_plural( $label_count, $counts[ $status ] ), number_format_i18n( $counts[ $status ] ) ); 240 240 $full_url = 'all' === $status ? $url : add_query_arg( 'status', $status, $url ); 241 241
Note: See TracChangeset
for help on using the changeset viewer.