diff --git a/wp-includes/class-wp-oembed.php b/wp-includes/class-wp-oembed.php index 277bc8dcec..8e4d70c909 100644 --- a/wp-includes/class-wp-oembed.php +++ b/wp-includes/class-wp-oembed.php @@ -107,7 +107,6 @@ class WP_oEmbed { '#https?://([a-z]{2}|www)\.pinterest\.com(\.(au|mx))?/.*#i' => array( 'https://www.pinterest.com/oembed.json', true ), '#https?://(www\.)?wolframcloud\.com/obj/.+#i' => array( 'https://www.wolframcloud.com/oembed', true ), '#https?://pca\.st/.+#i' => array( 'https://pca.st/oembed.json', true ), - '#https?://datastudio\.google\.com/c/u/0/reporting/.+#i' => array( 'https://datastudio.google.com/oembed', true ), ); if ( ! empty( self::$early_providers['add'] ) ) { @@ -186,7 +185,6 @@ class WP_oEmbed { * | Pinterest | pinterest.com | 5.9.0 | * | WolframCloud | wolframcloud.com | 5.9.0 | * | Pocket Casts | pocketcasts.com | 6.1.0 | - * | Data Studio | datastudio.google.com | 6.1.0 | * * No longer supported providers: * diff --git a/wp-includes/version.php b/wp-includes/version.php index 9ee801c52d..77fd9e7256 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-beta3-54464'; +$wp_version = '6.1-beta3-54465'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.