Make WordPress Core


Ignore:
Timestamp:
10/27/2010 07:41:59 PM (14 years ago)
Author:
scribu
Message:

Trigger activation hooks for netork plugins when new site is created. See #14170

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/ms-default-filters.php

    r15875 r16021  
    2323// Blogs
    2424add_filter( 'wpmu_validate_blog_signup', 'signup_nonce_check' );
     25add_action( 'wpmu_new_blog', 'wpmu_activate_network_plugins', 9 );
    2526add_action( 'wpmu_new_blog', 'wpmu_log_new_registrations', 10, 2 );
    2627add_action( 'wpmu_new_blog', 'newblog_notify_siteadmin', 10, 2 );
Note: See TracChangeset for help on using the changeset viewer.