Changeset 1308
- Timestamp:
- 05/23/08 15:09:10 (5 months ago)
- Files:
-
- trunk/wp-includes/wpmu-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/wpmu-functions.php
r1307 r1308 392 392 $blogs = $match = array(); 393 393 foreach ( (array) $user as $key => $value ) { 394 if ( strstr( $key, '_capabilities') && strstr( $key, 'wp_') ) {394 if ( strstr( $key, '_capabilities') && strstr( $key, $wpdb->base_prefix) ) { 395 395 preg_match('/' . $wpdb->base_prefix . '(\d+)_capabilities/', $key, $match); 396 396 $blog = get_blog_details( $match[1] );
