Changeset 43571 for trunk/src/wp-content/themes/twentyfourteen/content.php
- 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.php
r42343 r43571 19 19 <span class="cat-links"><?php echo get_the_category_list( _x( ', ', 'Used between list items, there is a space after the comma.', 'twentyfourteen' ) ); ?></span> 20 20 </div> 21 <?php21 <?php 22 22 endif; 23 23 … … 27 27 the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' ); 28 28 endif; 29 ?>29 ?> 30 30 31 31 <div class="entry-meta"> … … 36 36 37 37 if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) : 38 ?>38 ?> 39 39 <span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyfourteen' ), __( '1 Comment', 'twentyfourteen' ), __( '% Comments', 'twentyfourteen' ) ); ?></span> 40 <?php40 <?php 41 41 endif; 42 42
Note: See TracChangeset
for help on using the changeset viewer.