- Timestamp:
- 03/13/2022 08:01:05 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r52215 r52929 1295 1295 $term_links = apply_filters( 'post_column_taxonomy_links', $term_links, $taxonomy, $terms ); 1296 1296 1297 /* translators: Used between list items, there is a space after the comma. */ 1298 echo implode( __( ', ' ), $term_links ); 1297 echo implode( wp_get_list_item_separator(), $term_links ); 1299 1298 } else { 1300 1299 echo '<span aria-hidden="true">—</span><span class="screen-reader-text">' . $taxonomy_object->labels->no_terms . '</span>';
Note: See TracChangeset
for help on using the changeset viewer.