Opened 15 years ago
Closed 15 years ago
#15693 closed defect (bug) (fixed)
wpmu_delete_blog doesn't remove users from a site because of undefined property
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.1 | Priority: | normal |
| Severity: | critical | Version: | 3.1 |
| Component: | Multisite | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Notice: Undefined property: WP_User::$user_id in /Trunk/wp_ms/wp-admin/includes/ms.php on line 73
Like #15692 it should be $user->id.
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [16748]) Use correct variable. props ocean90, fixes #15693.