Make WordPress Core


Ignore:
Timestamp:
12/10/2020 11:51:52 PM (4 years ago)
Author:
johnbillion
Message:

Docs: Various docblock corrections.

See #51800

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/user.php

    r49752 r49789  
    307307 * @param string                $username   Username for authentication.
    308308 * @param string                $password   Password for authentication.
    309  * @return WP_User|WP_Error WP_User on success, WP_Error on failure.
     309 * @return WP_User|WP_Error|null WP_User on success, WP_Error on failure, null if
     310 *                               null is passed in and this isn't an API request.
    310311 */
    311312function wp_authenticate_application_password( $input_user, $username, $password ) {
Note: See TracChangeset for help on using the changeset viewer.