Changeset 48115 for trunk/src/wp-includes/pluggable.php
- Timestamp:
- 06/21/2020 01:58:46 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r48109 r48115 548 548 // TODO: What should the error message be? (Or would these even happen?) 549 549 // Only needed if all authentication handlers fail to return anything. 550 $user = new WP_Error( 'authentication_failed', __( ' Invalid username, email address or incorrect password.' ) );550 $user = new WP_Error( 'authentication_failed', __( '<strong>Error</strong>: Invalid username, email address or incorrect password.' ) ); 551 551 } 552 552
Note: See TracChangeset
for help on using the changeset viewer.