Changeset 60310 for trunk/src/wp-includes/user.php
- Timestamp:
- 06/15/2025 05:16:00 AM (11 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r60296 r60310 478 478 do_action( 'wp_authenticate_application_password_errors', $error, $user, $item, $password ); 479 479 480 if ( is_wp_error( $error ) &&$error->has_errors() ) {480 if ( $error->has_errors() ) { 481 481 /** This action is documented in wp-includes/user.php */ 482 482 do_action( 'application_password_failed_authentication', $error );
Note: See TracChangeset
for help on using the changeset viewer.