- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/content-image.php
r45932 r47122 66 66 ?> 67 67 </span> 68 <?php endif; // End if categories ?>68 <?php endif; // End if categories. ?> 69 69 <?php 70 70 /* translators: Used between list items, there is a space after the comma. */ … … 78 78 ?> 79 79 </span> 80 <?php endif; // End if $tags_list ?>80 <?php endif; // End if $tags_list. ?> 81 81 82 82 <?php if ( comments_open() ) : ?> 83 83 <span class="comments-link"><?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentyeleven' ) . '</span>', __( '<b>1</b> Reply', 'twentyeleven' ), __( '<b>%</b> Replies', 'twentyeleven' ) ); ?></span> 84 <?php endif; // End if comments_open() ?>84 <?php endif; // End if comments_open(). ?> 85 85 </div><!-- .entry-meta --> 86 86
Note: See TracChangeset
for help on using the changeset viewer.