Opened 16 years ago
Closed 16 years ago
#2362 closed defect (bug) (fixed)
User Account cannot be deleted on WP MU
| Reported by: | gottowik | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.5 |
| Component: | Core | Version: | |
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
This was fixed in the 1.2 branch in r2903 (ticket #2272)