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
This commit is contained in:
parent
6e08d8303d
commit
1159185401
|
@ -735,14 +735,14 @@ $_old_files = array(
|
||||||
global $_new_bundled_files;
|
global $_new_bundled_files;
|
||||||
|
|
||||||
$_new_bundled_files = array(
|
$_new_bundled_files = array(
|
||||||
'plugins/akismet/' => '2.0',
|
'plugins/akismet/' => '2.0',
|
||||||
'themes/twentyten/' => '3.0',
|
'themes/twentyten/' => '3.0',
|
||||||
'themes/twentyeleven/' => '3.2',
|
'themes/twentyeleven/' => '3.2',
|
||||||
'themes/twentytwelve/' => '3.5',
|
'themes/twentytwelve/' => '3.5',
|
||||||
'themes/twentythirteen/' => '3.6',
|
'themes/twentythirteen/' => '3.6',
|
||||||
'themes/twentyfourteen/' => '3.8',
|
'themes/twentyfourteen/' => '3.8',
|
||||||
'themes/twentyfifteen/' => '4.1',
|
'themes/twentyfifteen/' => '4.1',
|
||||||
'themes/twentysixteen/' => '4.4',
|
'themes/twentysixteen/' => '4.4',
|
||||||
'themes/twentyseventeen/' => '4.7',
|
'themes/twentyseventeen/' => '4.7',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue