Make WordPress Core

Ticket #40102: 40102.diff

File 40102.diff, 556 bytes (added by Shelob9, 8 years ago)
  • wp-includes/class-wp-session-tokens.php

    diff --git a/wp-includes/class-wp-session-tokens.php b/wp-includes/class-wp-session-tokens.php
    index 1e381ad..c2a1d1f 100644
    a b protected function __construct( $user_id ) { 
    4545         * @static
    4646         *
    4747         * @param int $user_id User whose session to manage.
     48         *
     49         * @returns WP_User_Meta_Session_Tokens|WP_Session_Tokens Class instance, can be changed with "session_token_manager" filter
    4850         */
    4951        final public static function get_instance( $user_id ) {
    5052                /**