Changeset 40595 for trunk/src/wp-includes/ms-functions.php
- Timestamp:
- 05/09/2017 04:54:52 PM (9 years 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
r40594 r40595 355 355 $is_email_address_unsafe = false; 356 356 357 if ( $banned_names && is_array( $banned_names ) ) {357 if ( $banned_names && is_array( $banned_names ) && false !== strpos( $user_email, '@', 1 ) ) { 358 358 $banned_names = array_map( 'strtolower', $banned_names ); 359 359 $normalized_email = strtolower( $user_email );
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)