Upgrader: Update wp-admin/includes/class-wp-upgrader.php to require_once the new files added in [37406] and [37409].

Part 6/8.
See #36618.
Built from https://develop.svn.wordpress.org/trunk@37411


git-svn-id: http://core.svn.wordpress.org/trunk@37377 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2016-05-10 11:59:27 +00:00
parent 23e2a486ae
commit 5844c585f6
2 changed files with 45 additions and 2801 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.6-alpha-37410';
$wp_version = '4.6-alpha-37411';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.