Changeset 3637
- Timestamp:
- 01/01/2011 07:19:17 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-signup.php
r3623 r3637 385 385 if ( !is_email( $user_email ) ) 386 386 $errors->add( 'user_email', __( 'Please check your email address.', 'buddypress' ) ); 387 388 if ( function_exists( 'is_email_address_unsafe' ) && is_email_address_unsafe( $user_email ) ) 389 $errors->add( 'user_email', __( 'Sorry, that email address is not allowed!', 'buddypress' ) ); 387 390 388 391 $limited_email_domains = get_site_option( 'limited_email_domains', 'buddypress' );
Note: See TracChangeset
for help on using the changeset viewer.