From 6e08d8303dcb402085e23da451c24bc4c0ac1db7 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Tue, 25 Oct 2016 20:03:03 +0000 Subject: [PATCH] Upgrade: Add Twenty Seventeen to `$_new_bundled_files`. This indicates that Twenty Seventeen should be installed with a WordPress upgrade. See #38372. Built from https://develop.svn.wordpress.org/trunk@38921 git-svn-id: http://core.svn.wordpress.org/trunk@38864 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/update-core.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-admin/includes/update-core.php b/wp-admin/includes/update-core.php index 342e7c326b..43c91830cf 100644 --- a/wp-admin/includes/update-core.php +++ b/wp-admin/includes/update-core.php @@ -743,6 +743,7 @@ $_new_bundled_files = array( 'themes/twentyfourteen/' => '3.8', 'themes/twentyfifteen/' => '4.1', 'themes/twentysixteen/' => '4.4', + 'themes/twentyseventeen/' => '4.7', ); // If not explicitly defined as false, don't install new default themes. diff --git a/wp-includes/version.php b/wp-includes/version.php index bf114945c3..44f61efe05 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38920'; +$wp_version = '4.7-alpha-38921'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.