Make WordPress Core


Ignore:
Timestamp:
08/03/2012 01:06:05 AM (12 years ago)
Author:
nacin
Message:

Move most instances of new WP_User to get_userdata(). see #21120.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/ajax-actions.php

    r21203 r21413  
    10191019        $x->send();
    10201020    }
    1021     $user_object = new WP_User( $user_id );
     1021    $user_object = get_userdata( $user_id );
    10221022
    10231023    $wp_list_table = _get_list_table('WP_Users_List_Table');
Note: See TracChangeset for help on using the changeset viewer.