diff --git a/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php b/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php index 93433fb50f..2fcd59f7b4 100644 --- a/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php +++ b/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php @@ -55,7 +55,7 @@ global $twentyseventeencounter; ?> 3, diff --git a/wp-includes/version.php b/wp-includes/version.php index c8d68a7938..0db81ef269 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42347'; +$wp_version = '5.0-alpha-42348'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.