Make WordPress Core


Ignore:
Timestamp:
11/17/2010 06:47:34 PM (14 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

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

    r16299 r16438  
    13751375function add_existing_user_to_blog( $details = false ) {
    13761376    global $blog_id;
    1377    
     1377
    13781378    if ( is_array( $details ) ) {
    13791379        $result = add_user_to_blog( $blog_id, $details[ 'user_id' ], $details[ 'role' ] );
Note: See TracChangeset for help on using the changeset viewer.