Changeset 47156 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 02/01/2020 09:36:44 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r47122 r47156 542 542 // TODO: What should the error message be? (Or would these even happen?) 543 543 // Only needed if all authentication handlers fail to return anything. 544 $user = new WP_Error( 'authentication_failed', __( '<strong>E RROR</strong>: Invalid username, email address or incorrect password.' ) );544 $user = new WP_Error( 'authentication_failed', __( '<strong>Error</strong>: Invalid username, email address or incorrect password.' ) ); 545 545 } 546 546
Note: See TracChangeset
for help on using the changeset viewer.