- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/content-gallery.php
r42343 r43571 17 17 <span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfourteen' ) ); ?></span> 18 18 </div><!-- .entry-meta --> 19 <?php19 <?php 20 20 endif; 21 21 … … 25 25 the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' ); 26 26 endif; 27 ?>27 ?> 28 28 29 29 <div class="entry-meta"> … … 60 60 ) 61 61 ); 62 ?>62 ?> 63 63 </div><!-- .entry-content --> 64 64
Note: See TracChangeset
for help on using the changeset viewer.