Update the `$secure_logged_in_cookie` variable in the 'secure_logged_in_cookie' hook docs following [28627].

See #15330.


git-svn-id: https://develop.svn.wordpress.org/trunk@28628 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes (DrewAPicture) 2014-05-30 15:19:29 +00:00
parent 8d980de0ee
commit 1da8a18e5f
1 changed files with 3 additions and 3 deletions

View File

@ -840,7 +840,7 @@ function wp_set_auth_cookie($user_id, $remember = false, $secure = '') {
*
* @since 3.1.0
*
* @param bool $cookie Whether to use a secure cookie when logged-in.
* @param bool $secure_logged_in_cookie Whether to use a secure cookie when logged-in.
* @param int $user_id User ID.
* @param bool $secure Whether the connection is secure.
*/