[wp-trac] [WordPress Trac] #46457: Embed Block to a Reusable Block
WordPress Trac
noreply at wordpress.org
Tue Mar 26 10:45:31 UTC 2019
#46457: Embed Block to a Reusable Block
--------------------------+------------------------------
Reporter: ryoraspp | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 5.1
Severity: normal | Resolution:
Keywords: | Focuses:
--------------------------+------------------------------
Comment (by notnownikki):
I found the PRs where we fixed this in the Gutenberg plugin, before the
code was removed and migrated over to core.
https://github.com/WordPress/gutenberg/pull/10035 changed the filter
priorities so that `do_blocks` ran before `oembed`, but it had unintendend
consequences for `autop`.
https://github.com/WordPress/gutenberg/pull/11050 fixed those issues.
It seems like altering the priorities in core in the same way as PR10035
did does not break any tests, so I'm not confident I can fix these without
breaking things unintentionally. Who would be best to ask about this one?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/46457#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list