Opened 8 years ago
Closed 3 years ago
#37587 closed enhancement (duplicate)
Inconsistency on deleting plugin/theme on WP 4.6
Reported by: | olarmarius | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.4 |
Component: | Themes | Keywords: | |
Focuses: | administration | Cc: |
Description
On delete plugin admin-ajax call see
https://github.com/WordPress/WordPress/blob/master/wp-admin/includes/ajax-actions.php#L3821
the actions delete_plugin see
https://github.com/WordPress/WordPress/blob/master/wp-admin/includes/plugin.php#L846
and deleted_plugin see
https://github.com/WordPress/WordPress/blob/master/wp-admin/includes/plugin.php#L865
are missing from theme deletion.
Please consider adding this patch in 4.6 as the realease is imminent and the patch is realy just for the sake of consistency.
Attachments (1)
Change History (6)
This ticket was mentioned in Slack in #core by mario. View the logs.
8 years ago
#3
@
8 years ago
- Component changed from General to Themes
- Type changed from defect (bug) to enhancement
- Version changed from trunk to 4.4
Note: See
TracTickets for help on using
tickets.
Hello @olarmarius, thanks for your report. I don't fully understand the issue (yet). Looks like you forgot to upload the patch?