Changeset 38875 for trunk/src/wp-content/themes/twentyseventeen/page.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/page.php
r38874 r38875 25 25 while ( have_posts() ) : the_post(); 26 26 27 get_template_part( ' components/page/content', 'page' );27 get_template_part( 'template-parts/page/content', 'page' ); 28 28 29 29 // 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.