Opened 14 years ago
Closed 14 years ago
#15940 closed defect (bug) (fixed)
Plugin deletion error
Reported by: | phill_brown | Owned by: | |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | normal | Version: | 3.1 |
Component: | Plugins | Keywords: | has-patch commit |
Focuses: | Cc: |
Description (last modified by )
I'm getting this error after deleting plugins:
Could not fully remove the plugin(s) Array.
An extra, 'checked', input field is added the form on the confirmation page. The bug stems from line 237 in /wp-admin/plugins.php, where plugin file data is added to the $plugins array.
In 3.0 a temporary variable was used which was then changed in r15491. Switching back to using a separate variable appears to fix the problem?
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Patch looks good to me