Changeset 39453 for trunk/src/wp-includes/session.php
- Timestamp:
- 12/03/2016 03:50:02 AM (9 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/session.php
r38372 r39453 6 6 */ 7 7 8 _deprecated_file( basename( __FILE__ ), '4.7.0' ); 9 8 10 require_once( ABSPATH . WPINC . '/class-wp-session-tokens.php' ); 9 11 require_once( ABSPATH . WPINC . '/class-wp-user-meta-session-tokens.php' );
Note: See TracChangeset
for help on using the changeset viewer.