Changeset 61074
- Timestamp:
- 10/27/2025 04:33:41 PM (7 weeks ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/ms-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-functions.php
r60450 r61074 571 571 $wpdb->delete( $wpdb->signups, array( 'user_email' => $user_email ) ); 572 572 } else { 573 $errors->add( 'user_email', __( 'That email address has already been used. Please check your inbox for an activation email. It will become available in a couple of days if you do nothing.' ) );573 $errors->add( 'user_email', __( 'That email address is pending activation and is not available for new registration. If you made a previous attempt with this email address, please check your inbox for an activation email. If left unconfirmed, it will become available in a couple of days.' ) ); 574 574 } 575 575 }
Note: See TracChangeset
for help on using the changeset viewer.