From 8f37ef9daa9231339288ef438039987ca826bf1f Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 4 Jul 2022 18:15:15 +0000 Subject: [PATCH] Docs: Update the version in which Meetup.com was removed as an oEmbed source. Meetup.com was previously removed as an oEmbed source, since they have deprecated their endpoint. The block has also been removed from the editor, see #GB35085. This commit updates the associated changelog entry for the `oembed_providers` filter to version 6.0.1, as the change is being backported to the 6.0 branch. Follow-up to [53540]. See #55997. Built from https://develop.svn.wordpress.org/trunk@53646 git-svn-id: http://core.svn.wordpress.org/trunk@53205 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/blocks/cover.php | 15 +++++++++------ wp-includes/class-wp-oembed.php | 4 ++-- wp-includes/version.php | 2 +- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/wp-includes/blocks/cover.php b/wp-includes/blocks/cover.php index fc1aed7b96..9e14791ba8 100644 --- a/wp-includes/blocks/cover.php +++ b/wp-includes/blocks/cover.php @@ -32,12 +32,15 @@ function render_block_core_cover( $attributes, $content ) { $image = get_the_post_thumbnail( null, 'post-thumbnail', $attr ); - $content = str_replace( - '' . $image . '