- Timestamp:
- 03/13/2022 08:01:05 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/content-featured.php
r47886 r52929 33 33 <footer class="entry-meta"> 34 34 <?php 35 /* translators: Used between list items, there is a space after the comma. */ 36 $tags_list = get_the_tag_list( '', __( ', ', 'twentyeleven' ) ); 35 $tags_list = get_the_tag_list( '', wp_get_list_item_separator() ); 37 36 38 37 if ( $tags_list && ! is_wp_error( $tags_list ) ) { … … 46 45 printf( 47 46 $utility_text, 48 /* translators: Used between list items, there is a space after the comma. */ 49 get_the_category_list( __( ', ', 'twentyeleven' ) ), 47 get_the_category_list( wp_get_list_item_separator() ), 50 48 $tags_list, 51 49 esc_url( get_permalink() ),
Note: See TracChangeset
for help on using the changeset viewer.