Changeset 42761 for trunk/src/wp-includes/user.php
- Timestamp:
- 02/27/2018 02:30:46 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r42710 r42761 2470 2470 $errors = apply_filters( 'registration_errors', $errors, $sanitized_user_login, $user_email ); 2471 2471 2472 if ( $errors-> get_error_code() ) {2472 if ( $errors->has_errors() ) { 2473 2473 return $errors; 2474 2474 }
Note: See TracChangeset
for help on using the changeset viewer.