mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 17:18:32 +01:00
3d26e3513e
See #37827. Built from https://develop.svn.wordpress.org/trunk@38353 git-svn-id: http://core.svn.wordpress.org/trunk@38294 1a063a9b-81f0-0310-95a4-ce76da25c4cd
9 lines
190 B
PHP
9 lines
190 B
PHP
<?php
|
|
/**
|
|
* Session API
|
|
*
|
|
* @since 4.0.0
|
|
*/
|
|
|
|
require_once( ABSPATH . WPINC . '/class-wp-session-tokens.php' );
|
|
require_once( ABSPATH . WPINC . '/class-wp-user-meta-session-tokens.php' ); |