#53289 closed defect (bug) (fixed)
Add missing delete_widget action to REST endpoint
Reported by: | isabel_brison | Owned by: | noisysocks |
---|---|---|---|
Milestone: | 5.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | REST API | Keywords: | has-patch |
Focuses: | Cc: |
Description
As documented in https://github.com/WordPress/gutenberg/issues/31126, the delete_widget
action is missing for the new Widgets screen.
Change History (6)
This ticket was mentioned in PR #1309 on WordPress/wordpress-develop by tellthemachines.
4 years ago
#1
- Keywords has-patch added
TimothyBJacobs commented on PR #1309:
4 years ago
#2
We need to do the same globals setup to match what they would have on the old screen, https://github.com/WordPress/wordpress-develop/blob/master/src/wp-admin/widgets-form.php#L157
noisysocks commented on PR #1309:
4 years ago
#4
We need to do the same globals setup to match what they would have on the old screen, https://github.com/WordPress/wordpress-develop/blob/master/src/wp-admin/widgets-form.php#L157
https://github.com/WordPress/wordpress-develop/pull/1323 adds that $_POST
global.
@tellthemachines: Let's commit https://github.com/WordPress/wordpress-develop/pull/1323 first and then rebase this so that we have that $_POST
global.
#5
@
4 years ago
- Owner set to noisysocks
- Resolution set to fixed
- Status changed from new to closed
In 51060:
tellthemachines commented on PR #1309:
4 years ago
#6
Closing as this has been committed already.
Trac ticket: https://core.trac.wordpress.org/ticket/53289
Follow up from https://github.com/WordPress/gutenberg/issues/31126