#28165 closed enhancement (fixed)
Delete button to delete broken themes
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.1 | Priority: | normal |
Severity: | normal | Version: | 3.9 |
Component: | Themes | Keywords: | has-patch |
Focuses: | administration | Cc: |
Description
At the moment (in 3.9) there is no way for the user to remove a broken theme via Admin Panel.
User can remove a valid theme, but if theme installation failed due to bad internet connection, server timeouts, etc. the only way to remove and re-install is by FTP
A simple solution would be to add "delete" button to the "Broken themes" list.
Attachments (5)
Change History (12)
#3
@
10 years ago
- Keywords needs-refresh added
- Milestone changed from Future Release to 4.1
It's already possible to delete a broken theme in Multisite, fine with a button here. But it needs a current_user_can( 'delete_themes' )
check.
Note: See
TracTickets for help on using
tickets.
I like the idea! Added an updated patch that simplifies the the markup a bit and also adds a style for tablets/mobile devices to display that table full width.