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:
parent
b9b2f2a79d
commit
a8d74c4f4e
|
@ -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;
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue