Changeset 44574 for trunk/src/wp-content/themes/twentyfourteen/content.php
- Timestamp:
- 01/12/2019 06:40:16 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/content.php
r43571 r44574 22 22 endif; 23 23 24 if ( is_single() ) :25 the_title( '<h1 class="entry-title">', '</h1>' );24 if ( is_single() ) : 25 the_title( '<h1 class="entry-title">', '</h1>' ); 26 26 else : 27 27 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.