Opened 14 years ago
Closed 13 years ago
#20671 closed defect (bug) (fixed)
Missing info for filesystem credential check on bulk deletion of themes in Multisite
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.5 | Priority: | normal |
| Severity: | normal | Version: | 3.3.2 |
| Component: | Network Admin | Keywords: | has-patch commit |
| Focuses: | multisite | 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)
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)