From 216441356ae13c51a9b62d88e58296267b834084 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 1 Dec 2017 03:47:52 +0000 Subject: [PATCH] Twenty Seventeen: Correct the number of recent posts in a comment in `template-parts/page/content-front-page-panels.php`. Props skostadinov, marcelo2605. Fixes #42621. Built from https://develop.svn.wordpress.org/trunk@42348 git-svn-id: http://core.svn.wordpress.org/trunk@42177 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../template-parts/page/content-front-page-panels.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.