Opened 14 years ago
Closed 14 years ago
#2362 closed defect (bug) (fixed)
User Account cannot be deleted on WP MU
Reported by: | gottowik | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | major |
Severity: | Version: | ||
Component: | Core | Keywords: | |
Cc: |
Description
In bp-core.php line 1713:
function_exists('wpmu_delete_user')
will always return "false" because it's located in /wp-admin/includes/mu.php' which will never be included before.
This bug was found on bettercodes.org. You can contact us at contact@….
Regards
Bjoern
Note: See
TracTickets for help on using
tickets.
This was fixed in the 1.2 branch in r2903 (ticket #2272)