- 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-quote.php
r45932 r47122 27 27 </header><!-- .entry-header --> 28 28 29 <?php if ( is_search() ) : // Only display Excerpts for Search?>29 <?php if ( is_search() ) : // Only display excerpts for search. ?> 30 30 <div class="entry-summary"> 31 31 <?php the_excerpt(); ?> … … 59 59 ?> 60 60 </span> 61 <?php endif; // End if categories ?>61 <?php endif; // End if categories. ?> 62 62 <?php 63 63 /* translators: Used between list items, there is a space after the comma. */ … … 67 67 ?> 68 68 <span class="sep"> | </span> 69 <?php endif; // End if $show_sep ?>69 <?php endif; // End if $show_sep. ?> 70 70 <span class="tag-links"> 71 71 <?php … … 75 75 ?> 76 76 </span> 77 <?php endif; // End if $tags_list ?>77 <?php endif; // End if $tags_list. ?> 78 78 79 79 <?php if ( comments_open() ) : ?> 80 80 <?php if ( $show_sep ) : ?> 81 81 <span class="sep"> | </span> 82 <?php endif; // End if $show_sep ?>82 <?php endif; // End if $show_sep. ?> 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 86 86 <?php edit_post_link( __( 'Edit', 'twentyeleven' ), '<span class="edit-link">', '</span>' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.