Changeset 35772 for trunk/src/wp-admin/includes/user.php
- Timestamp:
- 12/04/2015 11:24:56 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/user.php
r35742 r35772 147 147 148 148 if ( in_array( strtolower( $user->user_login ), array_map( 'strtolower', $illegal_logins ) ) ) { 149 $errors->add( 'i llegal_user_login', __( '<strong>ERROR</strong>: Sorry, that username is not allowed.' ) );149 $errors->add( 'invalid_username', __( '<strong>ERROR</strong>: Sorry, that username is not allowed.' ) ); 150 150 } 151 151
Note: See TracChangeset
for help on using the changeset viewer.