Changeset 53458 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 06/02/2022 03:03:39 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/pluggable.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r53301 r53458 623 623 // TODO: What should the error message be? (Or would these even happen?) 624 624 // Only needed if all authentication handlers fail to return anything. 625 $user = new WP_Error( 'authentication_failed', __( '<strong>Error </strong>:Invalid username, email address or incorrect password.' ) );625 $user = new WP_Error( 'authentication_failed', __( '<strong>Error:</strong> Invalid username, email address or incorrect password.' ) ); 626 626 } 627 627
Note: See TracChangeset
for help on using the changeset viewer.