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

Props hardik-amipara, poena.
Fixes #42820.
Built from https://develop.svn.wordpress.org/trunk@42437


git-svn-id: http://core.svn.wordpress.org/trunk@42267 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2018-01-12 20:01:51 +00:00
parent 6310ad30d0
commit 351d71d7ea
2 changed files with 2 additions and 2 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;
?>

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0-alpha-42435';
$wp_version = '5.0-alpha-42437';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.