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
This commit is contained in:
Drew Jaynes 2016-03-16 16:17:04 +00:00
parent 7f194fffc4
commit af6d494b00
1 changed files with 1 additions and 1 deletions

View File

@ -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
*