- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyeleven/content-quote.php
r42343 r43571 41 41 ) 42 42 ); 43 ?>43 ?> 44 44 </div><!-- .entry-content --> 45 45 <?php endif; ?> … … 51 51 $categories_list = get_the_category_list( __( ', ', 'twentyeleven' ) ); 52 52 if ( $categories_list ) : 53 ?>53 ?> 54 54 <span class="cat-links"> 55 <?php55 <?php 56 56 printf( __( '<span class="%1$s">Posted in</span> %2$s', 'twentyeleven' ), 'entry-utility-prep entry-utility-prep-cat-links', $categories_list ); 57 $show_sep = true;57 $show_sep = true; 58 58 ?> 59 59 </span> … … 64 64 if ( $tags_list ) : 65 65 if ( $show_sep ) : 66 ?>66 ?> 67 67 <span class="sep"> | </span> 68 68 <?php endif; // End if $show_sep ?> … … 76 76 77 77 <?php if ( comments_open() ) : ?> 78 <?php if ( $show_sep ) : ?>78 <?php if ( $show_sep ) : ?> 79 79 <span class="sep"> | </span> 80 80 <?php endif; // End if $show_sep ?>
Note: See TracChangeset
for help on using the changeset viewer.