Login is not a verb, change "login" to "log in".

See #35387


git-svn-id: https://develop.svn.wordpress.org/trunk@36246 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Eric Andrew Lewis 2016-01-09 21:07:44 +00:00
parent fb1852fe5c
commit 2670f66c76
2 changed files with 2 additions and 2 deletions

View File

@ -843,7 +843,7 @@ endif;
if ( !function_exists('wp_set_auth_cookie') ) :
/**
* Login a user by setting authentication cookies.
* Log in a user by setting authentication cookies.
*
* 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

View File

@ -7,7 +7,7 @@
*/
/**
* Authenticate and login a user with remember capability.
* Authenticate and log in a user with remember capability.
*
* The credentials is an array that has 'user_login', 'user_password', and
* 'remember' indices. If the credentials is not given, then the log in form