Ticket #40102: 40102.diff
File 40102.diff, 556 bytes (added by , 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 ) { 45 45 * @static 46 46 * 47 47 * @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 48 50 */ 49 51 final public static function get_instance( $user_id ) { 50 52 /**