Docs: Add @see WP_Session_Tokens to the WP_User_Meta_Session_Tokens docblock.

Props utsav72640.
Fixes #45499.


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


git-svn-id: http://core.svn.wordpress.org/trunk@44326 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2019-01-09 05:04:50 +00:00
parent 0b44fae46b
commit e357f68667
2 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,8 @@
* Meta-based user sessions token manager.
*
* @since 4.0.0
*
* @see WP_Session_Tokens
*/
class WP_User_Meta_Session_Tokens extends WP_Session_Tokens {

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-alpha-44494';
$wp_version = '5.1-alpha-44495';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.