Fix typo in wp_set_auth_cookie() description.
props drozdz. fixes #27046. Built from https://develop.svn.wordpress.org/trunk@27116 git-svn-id: http://core.svn.wordpress.org/trunk@26983 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
084a7b50cd
commit
1f86e0c1e1
|
@ -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