Changeset 16213 for trunk/wp-includes/ms-default-filters.php
- Timestamp:
- 11/05/2010 09:35:28 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-default-filters.php
r16021 r16213 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 );26 25 add_action( 'wpmu_new_blog', 'wpmu_log_new_registrations', 10, 2 ); 27 26 add_action( 'wpmu_new_blog', 'newblog_notify_siteadmin', 10, 2 );
Note: See TracChangeset
for help on using the changeset viewer.