Changeset 49789 for trunk/src/wp-includes/user.php
- Timestamp:
- 12/10/2020 11:51:52 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r49752 r49789 307 307 * @param string $username Username for authentication. 308 308 * @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. 310 311 */ 311 312 function wp_authenticate_application_password( $input_user, $username, $password ) {
Note: See TracChangeset
for help on using the changeset viewer.