Opened 2 years ago
Closed 2 years ago
#53369 closed defect (bug) (fixed)
Remove gutenberg plugin function in favor of WP's own function in `wp_migrate_old_typography_shape`
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.8 | Priority: | normal |
Severity: | normal | Version: | 5.8 |
Component: | Editor | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
In [51089] wp_migrate_old_typography_shape
was added, but it used the Gutenberg plugin function gutenberg_experimental_set
to set the array keys.
Should be updated to use WPs own _wp_array_set
Change History (8)
This ticket was mentioned in PR #1360 on WordPress/wordpress-develop by walbo.
2 years ago
#1
- Keywords has-patch added
This ticket was mentioned in Slack in #core by chaion07. View the logs.
2 years ago
#5
@
2 years ago
Hi @walbo! Thank you for reporting this. We reviewed the ticket during a [recent bug-scrub session in Core]https://wordpress.slack.com/archives/C02RQBWTW/p1623702548380100. Based on the feedback from the team we feel the need for an owner to this issue. The PR/patch seems good with the only instance of gutenberg_experimental_set in core. We also think that the reporter is right. Drawing kind attention from @noisysocks on this one.
Props to @JeffPaul and @hellofromtonya
Trac ticket: https://core.trac.wordpress.org/ticket/53369