Make WordPress Core


Ignore:
Timestamp:
02/20/2010 02:01:46 AM (15 years ago)
Author:
dd32
Message:

Variable Cleanup, Unused variables, Typo'd variables, unused code blocks. Fixes #12299

File:
1 edited

Legend:

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

    r13240 r13242  
    688688
    689689function wpmu_signup_user_notification($user, $user_email, $key, $meta = '') {
    690     global $current_site;
    691 
    692690    if ( !apply_filters('wpmu_signup_user_notification', $user, $user_email, $key, $meta) )
    693691        return false;
     
    781779    if ( is_wp_error($user_id) )
    782780        return false;
    783 
    784     $user = new WP_User($user_id);
    785781
    786782    // Newly created users have no roles or caps until they are added to a blog.
Note: See TracChangeset for help on using the changeset viewer.