Opened 4 years ago
Closed 4 years ago
#53441 closed enhancement (fixed)
Remove unneeded gutenberg functions
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 5.8 | Priority: | normal |
| Severity: | normal | Version: | 5.8 |
| Component: | Widgets | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Remove unneeded gutenberg dev functions from core.
Attachments (1)
Change History (12)
This ticket was mentioned in PR #1386 on WordPress/wordpress-develop by spacedmonkey.
4 years ago
#1
#3
@
4 years ago
Thanks. The changes to src/wp-includes/blocks/legacy-widget.php need to happen in Gutenberg as that file is copied over by grunt from @wordpress/widgets.
#4
@
4 years ago
@noisysocks I have fixed it as part of https://github.com/WordPress/gutenberg/pull/32781. If you are interested.
#6
@
4 years ago
Just noting this is causing a fatal error for me currently. gutenberg_get_widget_key() was never included in trunk. I think this is good to go. Going to ping in #core-editor to get final confirmation this can be merged.
This ticket was mentioned in Slack in #core-editor by desrosj. View the logs.
4 years ago
#9
@
4 years ago
I have a workaround in the gutenberg package. See https://github.com/WordPress/gutenberg/pull/32902
This would require merge, package to be updated and then packaged update in WordPress core.
Trac ticket: https://core.trac.wordpress.org/ticket/53441