Changeset 16021 for trunk/wp-includes/ms-default-filters.php
- Timestamp:
- 10/27/2010 07:41:59 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-default-filters.php
r15875 r16021 23 23 // Blogs 24 24 add_filter( 'wpmu_validate_blog_signup', 'signup_nonce_check' ); 25 add_action( 'wpmu_new_blog', 'wpmu_activate_network_plugins', 9 ); 25 26 add_action( 'wpmu_new_blog', 'wpmu_log_new_registrations', 10, 2 ); 26 27 add_action( 'wpmu_new_blog', 'newblog_notify_siteadmin', 10, 2 );
Note: See TracChangeset
for help on using the changeset viewer.