Changeset 33774 for trunk/src/wp-includes/user-functions.php
- Timestamp:
- 08/28/2015 03:16:02 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user-functions.php
r33771 r33774 1951 1951 } 1952 1952 1953 // Check the e -mail address1953 // Check the email address 1954 1954 if ( $user_email == '' ) { 1955 $errors->add( 'empty_email', __( '<strong>ERROR</strong>: Please type your e -mail address.' ) );1955 $errors->add( 'empty_email', __( '<strong>ERROR</strong>: Please type your email address.' ) ); 1956 1956 } elseif ( ! is_email( $user_email ) ) { 1957 1957 $errors->add( 'invalid_email', __( '<strong>ERROR</strong>: The email address isn’t correct.' ) );
Note: See TracChangeset
for help on using the changeset viewer.