- Timestamp:
- 01/12/2019 06:40:16 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/content-link.php
r43571 r44574 20 20 endif; 21 21 22 if ( is_single() ) :23 the_title( '<h1 class="entry-title">', '</h1>' );22 if ( is_single() ) : 23 the_title( '<h1 class="entry-title">', '</h1>' ); 24 24 else : 25 25 the_title( '<h1 class="entry-title"><a href="' . esc_url( get_permalink() ) . '" rel="bookmark">', '</a></h1>' );
Note: See TracChangeset
for help on using the changeset viewer.