Opened 8 years ago
Closed 7 years ago
#2475 closed defect (bug) (fixed)
Remove themes from wp-themes.com upon theme status moving to draft in addition to being suspended.
Reported by: | dd32 | Owned by: | Otto42 |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Theme Directory | Keywords: | has-patch |
Cc: |
Description
Right now we remove themes from wp-themes.com upon theme suspension, but not upon the status of the theme being moved back to Draft.
This causes problems when themes are delisted, but not suspended. An example of this is when the theme causes PHP fatal errors, which with the move to PHP7 recently is much more common - those themes are being moved to draft to allow the author to fix the problem, rather than being outright suspended.
tl;dr: Upon status = draft, call wporg_themes_remove_wpthemescom( $theme_slug )
.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 5572: