#8678 closed task (blessed) (fixed)
Allow deletion of themes from web interface
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.8 | Priority: | normal |
Severity: | normal | Version: | 2.8 |
Component: | Themes | Keywords: | |
Focuses: | Cc: |
Description
In addition to allowing theme install from the administration area(#8652), It'll probably be a good idea to allow themes to be deleted from the themes page as well.
This would also allow users to get rid of any themes they no longer require the use of which is 1 downside mentioned of #8661(give themes a update bubble like plugins)
Of course, It'd need to ensure that a parent theme is not deleted (Or rather, A Parent theme is warned about before being deleted).
Setting to 2.8 for now.
Change History (5)
Note: See
TracTickets for help on using
tickets.
I deleted the two default plugins, but could not delete the two default themes as there was no button to do so. (I made my own theme.)
By the way, I notice my deleting plugins deleted their
line in the database, revealing that checking for updates is done even if they have never been installed! Please report this bug for me if true.
Apparenty themes don't have the same problem.
(I wonder if some HTTP request is generated by cron anyway, even if there are no plugins to check.)
Yes, I will be reading up on http://wordpress.org/extend/plugins/core-control/ to disable a lot of this...