From 845d31baf990bdb2300ad5e2dff38dc1e2d8daf1 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Mon, 24 Aug 2015 04:11:13 +0000 Subject: [PATCH] oEmbed: Remove blip.tv as an oEmbed provider, the service has been shut down. Vale, blip.tv. Fixes #33522. Props rabmalin. git-svn-id: https://develop.svn.wordpress.org/trunk@33719 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-oembed.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/class-oembed.php b/src/wp-includes/class-oembed.php index 18c249031b..a13cc87862 100644 --- a/src/wp-includes/class-oembed.php +++ b/src/wp-includes/class-oembed.php @@ -40,7 +40,6 @@ class WP_oEmbed { '#https://((m|www)\.)?youtube\.com/playlist.*#i' => array( 'http://www.youtube.com/oembed?scheme=https', true ), '#http://youtu\.be/.*#i' => array( 'http://www.youtube.com/oembed', true ), '#https://youtu\.be/.*#i' => array( 'http://www.youtube.com/oembed?scheme=https', true ), - 'http://blip.tv/*' => array( 'http://blip.tv/oembed/', false ), '#https?://(.+\.)?vimeo\.com/.*#i' => array( 'http://vimeo.com/api/oembed.{format}', true ), '#https?://(www\.)?dailymotion\.com/.*#i' => array( 'http://www.dailymotion.com/services/oembed', true ), 'http://dai.ly/*' => array( 'http://www.dailymotion.com/services/oembed', false ), @@ -101,7 +100,6 @@ class WP_oEmbed { * | ------------ | -------------------- | ----- | --------- | * | Provider | Flavor | SSL | Since | * | ------------ | -------------------- | ----- | --------- | - * | Blip | blip.tv | ! | 2.9.0 | * | Dailymotion | dailymotion.com | Yes | 2.9.0 | * | Flickr | flickr.com | Yes | 2.9.0 | * | Hulu | hulu.com | Yes | 2.9.0 | @@ -160,6 +158,8 @@ class WP_oEmbed { * | ------------ | -------------------- | ----- | --------- | --------- | * | Revision3 | revision3.com | ! | 2.9.0 | 4.2.0 | * | ------------ | -------------------- | ----- | --------- | --------- | + * | Blip | blip.tv | ! | 2.9.0 | 4.4.0 | + * | ------------ | -------------------- | ----- | --------- | --------- | * * @see wp_oembed_add_provider() *