Changeset 42746 for trunk/src/wp-includes/class-wp-session-tokens.php
- Timestamp:
- 02/25/2018 08:21:37 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-session-tokens.php
r42343 r42746 41 41 * 42 42 * @since 4.0.0 43 * @static44 43 * 45 44 * @param int $user_id User whose session to manage. … … 224 223 * 225 224 * @since 4.0.0 226 * @static227 225 */ 228 226 final public static function destroy_all_for_all_users() { … … 295 293 * 296 294 * @since 4.0.0 297 * @static298 295 */ 299 296 public static function drop_sessions() {}
Note: See TracChangeset
for help on using the changeset viewer.