mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Load: Re-add class-wp-upgrader-skins.php.
`class-wp-upgrader-skins.php` is occasionally included directly by custom external code, so should continue to be available. This is deprecated in favour of including `class-wp-upgrader.php`, instead. Revert of [38379]. See #36335, #39027. git-svn-id: https://develop.svn.wordpress.org/trunk@39450 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -706,8 +706,8 @@ $_old_files = array(
|
||||
// 4.6
|
||||
'wp-admin/includes/class-wp-automatic-upgrader.php', // Wrong file name, see #37628.
|
||||
// 4.7
|
||||
'wp-admin/includes/class-wp-upgrader-skins.php',
|
||||
//Don't delete, yet: wp-includes/class-feed.php',
|
||||
// Don't delete, yet: 'wp-admin/includes/class-wp-upgrader-skins.php',
|
||||
// Don't delete, yet: 'wp-includes/class-feed.php',
|
||||
'wp-includes/locale.php',
|
||||
'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.
|
||||
|
||||
Reference in New Issue
Block a user