Remove 4.7 cruft from `$_old_files`.

fixes #39113.


git-svn-id: https://develop.svn.wordpress.org/branches/4.7@39521 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2016-12-06 17:17:37 +00:00
parent 4f78d35064
commit db37244980
1 changed files with 0 additions and 6 deletions

View File

@ -705,12 +705,6 @@ $_old_files = array(
'wp-includes/theme-compat/comments-popup.php',
// 4.6
'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.
);
/**