Make WordPress Core


Ignore:
Timestamp:
02/04/2010 06:57:32 PM (14 years ago)
Author:
ryan
Message:

ms-functions pruning and cleanup. Props nacin. see #11644

File:
1 edited

Legend:

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

    r12900 r12948  
    55add_action ( 'wpmu_new_user', 'newuser_notify_siteadmin' );
    66add_action ( 'wpmu_activate_user', 'add_new_user_to_blog', 10, 3 );
    7 add_action ( 'sanitize_user', 'strtolower_usernames', 10, 3 );
     7add_action ( 'sanitize_user', 'strtolower' );
    88
    99// Blogs
Note: See TracChangeset for help on using the changeset viewer.