Opened 10 years ago
Closed 4 years ago
#37587 closed enhancement (duplicate)
Inconsistency on deleting plugin/theme on WP 4.6
| Reported by: | olarmarius | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Themes | Version: | 4.4 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: | administration |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Hello @olarmarius, thanks for your report. I don't fully understand the issue (yet). Looks like you forgot to upload the patch?