diff --git a/wp-content/themes/twentyseventeen/front-page.php b/wp-content/themes/twentyseventeen/front-page.php index c5d7f15509..460c942ac9 100644 --- a/wp-content/themes/twentyseventeen/front-page.php +++ b/wp-content/themes/twentyseventeen/front-page.php @@ -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; ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index d4369bbdf9..b86f5ce313 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.