From af6d494b00ef6da0d8d214cf16a9b086f125f9f0 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 16 Mar 2016 16:17:04 +0000 Subject: [PATCH] Docs: Use a third-person singular verb in the DocBlock summary for `wp_authenticate_email_password()`, introduced in [36617]. See #9568. See #35986. git-svn-id: https://develop.svn.wordpress.org/trunk@37007 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/user.php b/src/wp-includes/user.php index 758e751c25..116e67c238 100644 --- a/src/wp-includes/user.php +++ b/src/wp-includes/user.php @@ -174,7 +174,7 @@ function wp_authenticate_username_password($user, $username, $password) { } /** - * Authenticate the user using the email and password. + * Authenticates a user using the email and password. * * @since 4.5.0 *