Changeset 38875 for trunk/src/wp-content/themes/twentyseventeen/index.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/index.php
r38874 r38875 43 43 * called content-___.php (where ___ is the Post Format name) and that will be used instead. 44 44 */ 45 get_template_part( ' components/post/content', get_post_format() );45 get_template_part( 'template-parts/post/content', get_post_format() ); 46 46 47 47 endwhile; … … 55 55 else : 56 56 57 get_template_part( ' components/post/content', 'none' );57 get_template_part( 'template-parts/post/content', 'none' ); 58 58 59 59 endif;
Note: See TracChangeset
for help on using the changeset viewer.