| 1 | Index: wp-includes/ms-default-filters.php |
|---|
| 2 | =================================================================== |
|---|
| 3 | --- wp-includes/ms-default-filters.php (revision 17283) |
|---|
| 4 | +++ wp-includes/ms-default-filters.php (working copy) |
|---|
| 5 | @@ -17,7 +17,6 @@ |
|---|
| 6 | add_filter( 'wpmu_validate_user_signup', 'signup_nonce_check' ); |
|---|
| 7 | add_action( 'init', 'maybe_add_existing_user_to_blog' ); |
|---|
| 8 | add_action( 'wpmu_new_user', 'newuser_notify_siteadmin' ); |
|---|
| 9 | -add_action( 'wpmu_activate_user', 'add_new_user_to_blog', 10, 3 ); |
|---|
| 10 | add_action( 'sanitize_user', 'strtolower' ); |
|---|
| 11 | |
|---|
| 12 | // Blogs |
|---|