Due to the way that the `blockquote` and `iframe` are being parsed with a regular expression in `wp_filter_oembed_result()`, if there is any content at all before the `blockquote` start tag then it will fail to be included in the first matching group. By appending the `wp-embed` script instead of prepending it in `get_post_embed_html()`, then the parsing issue is avoided. Also use non-greedy match `wp_maybe_enqueue_oembed_host_js()`. Amends [52132]. Fixes #44632. Built from https://develop.svn.wordpress.org/trunk@52153 git-svn-id: http://core.svn.wordpress.org/trunk@51745 1a063a9b-81f0-0310-95a4-ce76da25c4cd
35 KiB
35 KiB