Return true upon success in remove_user_from_blog(). Props eightamrock. fixes #17344

git-svn-id: https://develop.svn.wordpress.org/trunk@18510 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2011-08-04 16:36:50 +00:00
parent dbd72319f1
commit 19b936f2a8
1 changed files with 2 additions and 0 deletions

View File

@ -291,6 +291,8 @@ function remove_user_from_blog($user_id, $blog_id = '', $reassign = '') {
}
restore_current_blog();
return true;
}
/**