Opened 2 years ago
Closed 22 months ago
#17344 closed defect (bug) (fixed)
MS Function - remove_user_from_blog returns null
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.3 |
| Component: | Multisite | Version: | 3.1 |
| Severity: | minor | Keywords: | has-patch |
| Cc: |
Description (last modified by Viper007Bond)
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)
eightamrock — 2 years ago
comment:1
Viper007Bond — 2 years ago
- Description modified (diff)
- Keywords needs-patch removed
comment:2
SergeyBiryukov — 22 months ago
- Milestone changed from Awaiting Review to 3.3
Note: See
TracTickets for help on using
tickets.

SVN Diff file with bug fix.