Docs: Use a third-person singular verb in the DocBlock summary for `wp_authenticate_email_password()`, introduced in [36617].

See #9568. See #35986.

Built from https://develop.svn.wordpress.org/trunk@37007


git-svn-id: http://core.svn.wordpress.org/trunk@36974 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2016-03-16 16:18:27 +00:00
parent 0fdbfa3f03
commit f27e87e26a
2 changed files with 2 additions and 2 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
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-beta3-37006';
$wp_version = '4.5-beta3-37007';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.