Changeset 37518 for trunk/src/wp-includes/session.php
- Timestamp:
- 05/22/2016 06:49:05 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/session.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/session.php
r36232 r37518 41 41 final public static function get_instance( $user_id ) { 42 42 /** 43 * Filter the session token manager used.43 * Filters the session token manager used. 44 44 * 45 45 * @since 4.0.0 … … 119 119 final public function create( $expiration ) { 120 120 /** 121 * Filter the information attached to the newly created session.121 * Filters the information attached to the newly created session. 122 122 * 123 123 * Could be used in the future to attach information such as
Note: See TracChangeset
for help on using the changeset viewer.