Opened 14 years ago
Closed 13 years ago
#17344 closed defect (bug) (fixed)
MS Function - remove_user_from_blog returns null
Reported by: | eightamrock | Owned by: | Sam Napolitano |
---|---|---|---|
Milestone: | 3.3 | Priority: | normal |
Severity: | minor | Version: | 3.1 |
Component: | Multisite | Keywords: | has-patch |
Focuses: | Cc: |
Description (last modified by )
File: wp-includes/ms-functions.php
Issue: remove_user_from_blog() returns false on success
I added a return true; to the above function. It would make sense that since add_user_to_blog returns true on success that remove does as well.
Patch attached. Simple one line bug fix .
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
SVN Diff file with bug fix.