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