Remove 4.7 cruft from `$_old_files`.
fixes #39113. Built from https://develop.svn.wordpress.org/branches/4.7@39521 git-svn-id: http://core.svn.wordpress.org/branches/4.7@39461 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e489c7e378
commit
537f4728bd
|
@ -705,12 +705,6 @@ $_old_files = array(
|
||||||
'wp-includes/theme-compat/comments-popup.php',
|
'wp-includes/theme-compat/comments-popup.php',
|
||||||
// 4.6
|
// 4.6
|
||||||
'wp-admin/includes/class-wp-automatic-upgrader.php', // Wrong file name, see #37628.
|
'wp-admin/includes/class-wp-automatic-upgrader.php', // Wrong file name, see #37628.
|
||||||
// 4.7
|
|
||||||
// Don't delete, yet: 'wp-admin/includes/class-wp-upgrader-skins.php',
|
|
||||||
// Don't delete, yet: 'wp-includes/class-feed.php',
|
|
||||||
// Don't delete, yet: 'wp-includes/locale.php',
|
|
||||||
// Don't delete, yet: 'wp-includes/session.php',
|
|
||||||
'wp-includes/customize/class-wp-customize-themes-panel.php', // Removed in beta; when the feature comes back remember to remove it from this array. See #37661.
|
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.7-RC3-39519';
|
$wp_version = '4.7-RC3-39521';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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