[wp-trac] [WordPress Trac] #53369: Remove gutenberg plugin function in favor of WP's own function in `wp_migrate_old_typography_shape`
WordPress Trac
noreply at wordpress.org
Mon Jun 14 23:43:35 UTC 2021
#53369: Remove gutenberg plugin function in favor of WP's own function in
`wp_migrate_old_typography_shape`
------------------------------+----------------------
Reporter: walbo | Owner: desrosj
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 5.8
Component: Editor | Version: trunk
Severity: normal | Resolution: fixed
Keywords: has-patch commit | Focuses:
------------------------------+----------------------
Changes (by desrosj):
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"51148" 51148]:
{{{
#!CommitTicketReference repository="" revision="51148"
Editor: Replace a Gutenberg specific function with the Core equivalent.
This replaces a stray instance of `gutenberg_experimental_set()` with the
WordPress Core version of this function, `_wp_array_set()`.
A stray `gutenberg` text domain is also removed from a `__()` call.
Props walbo, chaion07, JeffPaul.
Fixes #53369.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/53369#comment:8>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list