Changeset 43571 for trunk/src/wp-content/themes/twentyfifteen/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/twentyfifteen/content.php
r42343 r43571 24 24 the_title( sprintf( '<h2 class="entry-title"><a href="%s" rel="bookmark">', esc_url( get_permalink() ) ), '</a></h2>' ); 25 25 endif; 26 ?>26 ?> 27 27 </header><!-- .entry-header --> 28 28 … … 47 47 ) 48 48 ); 49 ?>49 ?> 50 50 </div><!-- .entry-content --> 51 51
Note: See TracChangeset
for help on using the changeset viewer.