Changeset 42438 for branches/4.9
- Timestamp:
- 01/12/2018 08:08:48 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-content/themes/twentyseventeen/front-page.php
r39732 r42438 23 23 get_template_part( 'template-parts/page/content', 'front-page' ); 24 24 endwhile; 25 else : // I'm not sure it's possible to have no posts when this page is shown, but WTH.25 else : 26 26 get_template_part( 'template-parts/post/content', 'none' ); 27 27 endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.