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

git-svn-id: http://svn.automattic.com/wordpress/trunk@18510 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2011-08-04 16:36:50 +00:00
parent 1cf9dfacbf
commit ef0ace0bbf
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;
}
/**