Ticket #16680: 16680.diff
| File 16680.diff, 557 bytes (added by , 15 years ago) |
|---|
-
wp-includes/ms-functions.php
1860 1860 */ 1861 1861 function add_new_user_to_blog( $user_id, $email, $meta ) { 1862 1862 global $current_site; 1863 if ( $meta[ 'add_to_blog' ]) {1863 if ( !empty( $meta[ 'add_to_blog' ] ) ) { 1864 1864 $blog_id = $meta[ 'add_to_blog' ]; 1865 1865 $role = $meta[ 'new_role' ]; 1866 1866 remove_user_from_blog($user_id, $current_site->blog_id); // remove user from main blog.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)