Make WordPress Core

Changeset 15883


Ignore:
Timestamp:
10/21/2010 01:12:05 PM (14 years ago)
Author:
nacin
Message:

Kill off get_users_of_blog args argument.

File:
1 edited

Legend:

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

    r15882 r15883  
    566566 * @return array List of users that are part of that Blog ID
    567567 */
    568 function get_users_of_blog( $id = '', $args = array() ) {
     568function get_users_of_blog( $id = '' ) {
    569569    global $blog_id;
    570570
    571     if ( empty($id) )
     571    if ( empty( $id ) )
    572572        $id = (int) $blog_id;
    573573
Note: See TracChangeset for help on using the changeset viewer.