Changeset 49752 for trunk/src/wp-includes/user.php
- Timestamp:
- 12/04/2020 09:42:52 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r49693 r49752 311 311 function wp_authenticate_application_password( $input_user, $username, $password ) { 312 312 if ( $input_user instanceof WP_User ) { 313 return $input_user; 314 } 315 316 if ( ! WP_Application_Passwords::is_in_use() ) { 313 317 return $input_user; 314 318 }
Note: See TracChangeset
for help on using the changeset viewer.