diff --git a/src/wp-includes/user.php b/src/wp-includes/user.php index abdcb3a2b3..c1c63045e3 100644 --- a/src/wp-includes/user.php +++ b/src/wp-includes/user.php @@ -7,7 +7,7 @@ */ /** - * Authenticate and log in a user with remember capability. + * Authenticates and logs a user in 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