Changeset 49754 for branches/5.6/src/wp-includes/user.php
- Timestamp:
- 12/04/2020 09:46:42 PM (4 years ago)
- Location:
- branches/5.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.6
-
branches/5.6/src/wp-includes/user.php
r49627 r49754 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.