Changeset 38875 for trunk/src/wp-content/themes/twentyseventeen/single.php
- Timestamp:
- 10/23/2016 12:28:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyseventeen/single.php
r38874 r38875 21 21 while ( have_posts() ) : the_post(); 22 22 23 get_template_part( ' components/post/content', get_post_format() );23 get_template_part( 'template-parts/post/content', get_post_format() ); 24 24 25 25 // If comments are open or we have at least one comment, load up the comment template.
Note: See TracChangeset
for help on using the changeset viewer.