Make WordPress Core


Ignore:
Timestamp:
11/05/2010 09:35:28 PM (14 years ago)
Author:
nacin
Message:

Revert [16021]. See #14170.

File:
1 edited

Legend:

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

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