From 95fb8d8221b3b1896964779d8d5ea2ba4e25a6eb Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Tue, 25 Oct 2016 20:01:22 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@38921 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/update-core.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-admin/includes/update-core.php b/src/wp-admin/includes/update-core.php index 342e7c326b..43c91830cf 100644 --- a/src/wp-admin/includes/update-core.php +++ b/src/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.