Make WordPress Core


Ignore:
Timestamp:
12/03/2016 03:50:02 AM (9 years ago)
Author:
pento
Message:

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.

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/session.php

    r38372 r39453  
    66 */
    77
     8_deprecated_file( basename( __FILE__ ), '4.7.0' );
     9
    810require_once( ABSPATH . WPINC . '/class-wp-session-tokens.php' );
    911require_once( ABSPATH . WPINC . '/class-wp-user-meta-session-tokens.php' );
Note: See TracChangeset for help on using the changeset viewer.