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:
parent
6310ad30d0
commit
351d71d7ea
|
@ -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;
|
||||
?>
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue