Make WordPress Core

Opened 11 years ago

Closed 10 years ago

Last modified 10 years ago

#28165 closed enhancement (fixed)

Delete button to delete broken themes

Reported by: ideag's profile ideag Owned by: ocean90's profile ocean90
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)

current.png (5.5 KB) - added by ideag 11 years ago.
proposal.png (7.3 KB) - added by ideag 11 years ago.
themes.php.diff (849 bytes) - added by ideag 11 years ago.
28165.diff (1.4 KB) - added by obenland 10 years ago.
28165.2.diff (1.7 KB) - added by obenland 10 years ago.

Download all attachments as: .zip

Change History (12)

@ideag
11 years ago

@ideag
11 years ago

@ideag
11 years ago

@obenland
10 years ago

#1 @obenland
10 years ago

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.

#2 @obenland
10 years ago

  • Keywords has-patch added
  • Milestone changed from Awaiting Review to Future Release

#3 @ocean90
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.

@obenland
10 years ago

#4 @obenland
10 years ago

  • Keywords needs-refresh removed

#5 @ocean90
10 years ago

  • Owner set to ocean90
  • Resolution set to fixed
  • Status changed from new to closed

In 29924:

Themes: Make it possible to delete broken themes.

props ideag, obenland.
fixes #28165.

#6 @vloo
10 years ago

#12694 was marked as a duplicate.

#7 @DrewAPicture
10 years ago

#12694 was marked as a duplicate.

Note: See TracTickets for help on using tickets.