Make WordPress Core


Ignore:
Timestamp:
09/05/2010 02:49:52 PM (14 years ago)
Author:
scribu
Message:

fix wp_getAuthors in xmlrpc.php. See #14572 and [15566]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/user.php

    r15566 r15567  
    573573 */
    574574function get_users_of_blog( $id = '' ) {
    575     global $wpdb, $blog_id;
     575    global $blog_id;
    576576
    577577    if ( empty($id) )
Note: See TracChangeset for help on using the changeset viewer.