- Timestamp:
- 03/13/2022 08:01:05 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/inc/template-tags.php
r49120 r52929 63 63 function twentyseventeen_entry_footer() { 64 64 65 /* translators: Used between list items, there is a space after the comma. */ 66 $separate_meta = __( ', ', 'twentyseventeen' ); 65 $separate_meta = wp_get_list_item_separator(); 67 66 68 67 // Get Categories for posts.
Note: See TracChangeset
for help on using the changeset viewer.