Make WordPress Core


Ignore:
Timestamp:
10/19/2010 07:48:22 AM (15 years ago)
Author:
nacin
Message:

Pinking shears.

File:
1 edited

Legend:

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

    r15836 r15843  
    117117 *
    118118 * @since MU
    119  * 
     119 *
    120120 * @param int|string|array $fields A blog ID, a blog name, or an array of fields to query against.
    121121 * @param bool $get_all Whether to retrieve all details or only the details in the blogs table. Default is true.
     
    489489        $wpdb->suppress_errors( false );
    490490    }
    491  
     491
    492492    if ( did_action('init') ) {
    493         $current_user = wp_get_current_user(); 
     493        $current_user = wp_get_current_user();
    494494        if ( is_object( $current_user ) )
    495495            $current_user->for_blog( $blog_id );
     
    664664 *
    665665 * @since MU
    666  * 
     666 *
    667667 * @param $deprecated Not used
    668668 * @param int $start The offset
Note: See TracChangeset for help on using the changeset viewer.