Changeset 42343 for trunk/src/wp-content/themes/twentythirteen/single.php
- Timestamp:
- 11/30/2017 11:09:33 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/single.php
r25522 r42343 14 14 15 15 <?php /* The loop */ ?> 16 <?php while ( have_posts() ) : the_post(); ?> 16 <?php 17 while ( have_posts() ) : 18 the_post(); 19 ?> 17 20 18 21 <?php get_template_part( 'content', get_post_format() ); ?>
Note: See TracChangeset
for help on using the changeset viewer.