- Timestamp:
- 06/02/2020 05:03:06 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/content-gallery.php
r47122 r47886 71 71 <footer class="entry-meta"> 72 72 <?php $show_sep = false; ?> 73 73 74 <?php 74 /* translators: Used between list items, there is a space after the comma. */ 75 $categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) ); 75 /* translators: Used between list items, there is a space after the comma. */ 76 $categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) ); 77 76 78 if ( $categories_list ) : 77 79 ?> … … 84 86 </span> 85 87 <?php endif; // End if categories. ?> 88 86 89 <?php 87 /* translators: Used between list items, there is a space after the comma. */ 88 $tags_list = get_the_tag_list( '', __( ', ', 'twentyeleven' ) ); 89 if ( $tags_list ) : 90 /* translators: Used between list items, there is a space after the comma. */ 91 $tags_list = get_the_tag_list( '', __( ', ', 'twentyeleven' ) ); 92 93 if ( $tags_list && ! is_wp_error( $tags_list ) ) : 90 94 if ( $show_sep ) : 91 95 ?>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)