Changeset 4589 for trunk/wp-login.php
- Timestamp:
- 12/03/2006 09:16:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-login.php
r4582 r4589 211 211 212 212 $user_login = sanitize_user( $_POST['user_login'] ); 213 $user_email = $_POST['user_email'];213 $user_email = apply_filters( 'user_registration_email', $_POST['user_email'] ); 214 214 215 215 // Check the username … … 232 232 233 233 do_action('register_post'); 234 235 $errors = apply_filters( 'registration_errors', $errors ); 234 236 235 237 if ( empty( $errors ) ) {
Note: See TracChangeset
for help on using the changeset viewer.