From 2670f66c76d6dc7d73f4afeeb7d3c02fef593d6c Mon Sep 17 00:00:00 2001 From: Eric Andrew Lewis Date: Sat, 9 Jan 2016 21:07:44 +0000 Subject: [PATCH] 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 --- src/wp-includes/pluggable.php | 2 +- src/wp-includes/user.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/pluggable.php b/src/wp-includes/pluggable.php index ccb57ee447..4795c213e2 100644 --- a/src/wp-includes/pluggable.php +++ b/src/wp-includes/pluggable.php @@ -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 diff --git a/src/wp-includes/user.php b/src/wp-includes/user.php index 171ad4661e..195f72cc8d 100644 --- a/src/wp-includes/user.php +++ b/src/wp-includes/user.php @@ -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