- 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-media-list-table.php
r52842 r52929 634 634 ); 635 635 } 636 /* translators: Used between list items, there is a space after the comma. */ 637 echo implode( __( ', ' ), $out ); 636 echo implode( wp_get_list_item_separator(), $out ); 638 637 } else { 639 638 echo '<span aria-hidden="true">—</span><span class="screen-reader-text">' . get_taxonomy( $taxonomy )->labels->no_terms . '</span>';
Note: See TracChangeset
for help on using the changeset viewer.