Changeset 34112 for trunk/src/wp-includes/ms-default-filters.php
- Timestamp:
- 09/14/2015 03:27:47 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-default-filters.php
r32611 r34112 26 26 add_action( 'wpmu_new_user', 'newuser_notify_siteadmin' ); 27 27 add_action( 'wpmu_activate_user', 'add_new_user_to_blog', 10, 3 ); 28 add_action( 'wpmu_activate_user', 'wpmu_welcome_user_notification', 10, 3 ); 29 add_action( 'after_signup_user', 'wpmu_signup_user_notification', 10, 4 ); 28 30 add_filter( 'sanitize_user', 'strtolower' ); 29 31 … … 32 34 add_action( 'wpmu_new_blog', 'wpmu_log_new_registrations', 10, 2 ); 33 35 add_action( 'wpmu_new_blog', 'newblog_notify_siteadmin', 10, 2 ); 36 add_action( 'wpmu_activate_blog', 'wpmu_welcome_notification', 10, 5 ); 37 add_action( 'after_signup_site', 'wpmu_signup_blog_notification', 10, 7 ); 34 38 35 39 // Register Nonce
Note: See TracChangeset
for help on using the changeset viewer.