Changeset 51126
- Timestamp:
- 06/08/2021 11:33:16 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r51077 r51126 150 150 return new WP_Error( 151 151 'invalid_username', 152 __( '<strong>Error</strong>: Unknown username. Check again or try your email address.' ) 152 sprintf( 153 /* translators: %s: User name. */ 154 __( '<strong>Error</strong>: The username <strong>%s</strong> is not registered on this site. If you are unsure of your username, try your email address instead.' ), 155 $username 156 ) 153 157 ); 154 158 }
Note: See TracChangeset
for help on using the changeset viewer.