Opened 12 months ago
Closed 8 months ago
#20671 closed defect (bug) (fixed)
Missing info for filesystem credential check on bulk deletion of themes in Multisite
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Network Admin | Version: | 3.3.2 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: |
Description
Context: Bulk deleting Themes in Network Admin.
When checking for filesystem credentials in delete_theme(), the redirect url is missing information about the files to delete, since it is passed through POST and not GET.
I experienced it in 3.3.2 and it still occurs in the latest nightly build.
Attachments (3)
Change History (8)
- Keywords commit added; dev-feedback removed
Patch looks good, and tests out OK for me on Multisite.
Note: See
TracTickets for help on using
tickets.

Not sure if passing of the entire $_POST variable is a good idea, but we need 'action', 'checked' and the nonce (at least)