Fix typo in wp_set_auth_cookie() description.
props drozdz. fixes #27046. git-svn-id: https://develop.svn.wordpress.org/trunk@27116 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4f5608f653
commit
ab112fecb8
|
@ -634,7 +634,7 @@ endif;
|
|||
|
||||
if ( !function_exists('wp_set_auth_cookie') ) :
|
||||
/**
|
||||
* Sets the authentication cookies based User ID.
|
||||
* Sets the authentication cookies based on user ID.
|
||||
*
|
||||
* The $remember parameter increases the time that the cookie will be kept. The
|
||||
* default the cookie is kept without remembering is two days. When $remember is
|
||||
|
|
Loading…
Reference in New Issue