Opened 14 years ago
Closed 14 years ago
#20671 closed defect (bug) (fixed)
Missing info for filesystem credential check on bulk deletion of themes in Multisite
| Reported by: | kobenland | Owned by: | dd32 |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | Network Admin | Version: | 3.3.2 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: | Focuses: | multisite |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Not sure if passing of the entire $_POST variable is a good idea, but we need 'action', 'checked' and the nonce (at least)