Changeset 55360 for trunk/src/wp-includes/user.php
- Timestamp:
- 02/17/2023 10:13:36 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r55358 r55360 2131 2131 // Username must not match an existing user email. 2132 2132 if ( email_exists( $user_login ) ) { 2133 return new WP_Error( 'existing_user_ login_as_email', __( 'Sorry, that username is not available.' ) );2133 return new WP_Error( 'existing_user_email_as_login', __( 'Sorry, that username is not available.' ) ); 2134 2134 } 2135 2135
Note: See TracChangeset
for help on using the changeset viewer.