Twenty Seventeen: Remove unnecessary comment in `front-page.php`.

Props hardik-amipara, poena.
Fixes #42820.

git-svn-id: https://develop.svn.wordpress.org/trunk@42437 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2018-01-12 20:00:14 +00:00
parent b9b2f2a79d
commit a8d74c4f4e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ get_header(); ?>
the_post();
get_template_part( 'template-parts/page/content', 'front-page' );
endwhile;
else : // I'm not sure it's possible to have no posts when this page is shown, but WTH.
else :
get_template_part( 'template-parts/post/content', 'none' );
endif;
?>