Load: Re-add session.php.

`session.php` is occasionally included directly by custom external code, so should continue to be available. This behaviour is deprecated.

Partial revert of [38373].
See #36335, #39027.


Built from https://develop.svn.wordpress.org/trunk@39453


git-svn-id: http://core.svn.wordpress.org/trunk@39393 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast
2016-12-03 03:51:41 +00:00
parent f048b66f95
commit 3487c1bda8
3 changed files with 13 additions and 2 deletions

View File

@@ -709,7 +709,7 @@ $_old_files = array(
// 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',
// 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.
);