Changeset 15843 for trunk/wp-includes/ms-blogs.php
- Timestamp:
- 10/19/2010 07:48:22 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/ms-blogs.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-blogs.php
r15836 r15843 117 117 * 118 118 * @since MU 119 * 119 * 120 120 * @param int|string|array $fields A blog ID, a blog name, or an array of fields to query against. 121 121 * @param bool $get_all Whether to retrieve all details or only the details in the blogs table. Default is true. … … 489 489 $wpdb->suppress_errors( false ); 490 490 } 491 491 492 492 if ( did_action('init') ) { 493 $current_user = wp_get_current_user(); 493 $current_user = wp_get_current_user(); 494 494 if ( is_object( $current_user ) ) 495 495 $current_user->for_blog( $blog_id ); … … 664 664 * 665 665 * @since MU 666 * 666 * 667 667 * @param $deprecated Not used 668 668 * @param int $start The offset
Note: See TracChangeset
for help on using the changeset viewer.