Changeset 43119 for branches/4.9/src/wp-includes/user.php
- Timestamp:
- 05/02/2018 06:50:49 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/user.php
r43117 r43119 2910 2910 2911 2911 if ( ! is_email( $email_address ) ) { 2912 return new WP_Error( 'invalid_email', __( 'Invalid email address ' ) );2912 return new WP_Error( 'invalid_email', __( 'Invalid email address.' ) ); 2913 2913 } 2914 2914 2915 2915 if ( ! $action_name ) { 2916 return new WP_Error( 'invalid_action', __( 'Invalid action name ' ) );2916 return new WP_Error( 'invalid_action', __( 'Invalid action name.' ) ); 2917 2917 } 2918 2918
Note: See TracChangeset
for help on using the changeset viewer.