Changeset 43642 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 09/14/2018 01:34:50 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r43571 r43642 887 887 * @since 4.9.0 The `$token` parameter was added. 888 888 * 889 * @param string $auth_cookie Authentication cookie .889 * @param string $auth_cookie Authentication cookie value. 890 890 * @param int $expire The time the login grace period expires as a UNIX timestamp. 891 891 * Default is 12 hours past the cookie's expiration time. … … 893 893 * Default is 14 days from now. 894 894 * @param int $user_id User ID. 895 * @param string $scheme Authentication scheme. Values include 'auth' , 'secure_auth', or 'logged_in'.895 * @param string $scheme Authentication scheme. Values include 'auth' or 'secure_auth'. 896 896 * @param string $token User's session token to use for this cookie. 897 897 */ … … 904 904 * @since 4.9.0 The `$token` parameter was added. 905 905 * 906 * @param string $logged_in_cookie The logged-in cookie .906 * @param string $logged_in_cookie The logged-in cookie value. 907 907 * @param int $expire The time the login grace period expires as a UNIX timestamp. 908 908 * Default is 12 hours past the cookie's expiration time.
Note: See TracChangeset
for help on using the changeset viewer.