From 115918540127b7a5fde233f1dc21da06a931a755 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Tue, 25 Oct 2016 20:04:31 +0000 Subject: [PATCH] Upgrade: Realign `$_new_bundled_files` after [38921]. Built from https://develop.svn.wordpress.org/trunk@38922 git-svn-id: http://core.svn.wordpress.org/trunk@38865 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/update-core.php | 16 ++++++++-------- wp-includes/version.php | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/wp-admin/includes/update-core.php b/wp-admin/includes/update-core.php index 43c91830cf..9a2430b89a 100644 --- a/wp-admin/includes/update-core.php +++ b/wp-admin/includes/update-core.php @@ -735,14 +735,14 @@ $_old_files = array( global $_new_bundled_files; $_new_bundled_files = array( - 'plugins/akismet/' => '2.0', - 'themes/twentyten/' => '3.0', - 'themes/twentyeleven/' => '3.2', - 'themes/twentytwelve/' => '3.5', - 'themes/twentythirteen/' => '3.6', - 'themes/twentyfourteen/' => '3.8', - 'themes/twentyfifteen/' => '4.1', - 'themes/twentysixteen/' => '4.4', + 'plugins/akismet/' => '2.0', + 'themes/twentyten/' => '3.0', + 'themes/twentyeleven/' => '3.2', + 'themes/twentytwelve/' => '3.5', + 'themes/twentythirteen/' => '3.6', + 'themes/twentyfourteen/' => '3.8', + 'themes/twentyfifteen/' => '4.1', + 'themes/twentysixteen/' => '4.4', 'themes/twentyseventeen/' => '4.7', ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 44f61efe05..33177c25de 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38921'; +$wp_version = '4.7-alpha-38922'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.