Skip to content

Commit 66438cb

Browse files
Update src/wp-includes/pluggable.php
Co-authored-by: Peter Wilson <[email protected]>
1 parent 0bd55b5 commit 66438cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/pluggable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ function wp_parse_auth_cookie( $cookie = '', $scheme = '' ) {
10411041
* Sets the authentication cookies for a given user ID.
10421042
*
10431043
* The `$remember` parameter controls cookie persistence:
1044-
* - If true, the cookie is persistent (default 14 days, filterable via `auth_cookie_expiration`).
1044+
* - If true, the cookie is persistent (default 14 days, filterable via {@see 'auth_cookie_expiration'}).
10451045
* - If false, the cookie is a browser session cookie (expires when the browser closes).
10461046
* Internally, `auth_cookie_expiration` is still applied (default 2 days),
10471047
* but the HTTP cookie `$expire` is set to 0, so it won’t persist beyond the session.

0 commit comments

Comments
 (0)