oEmbed: Remove blip.tv as an oEmbed provider, the service has been shut down.

Vale, blip.tv.

Fixes #33522.

Props rabmalin.


Built from https://develop.svn.wordpress.org/trunk@33719


git-svn-id: http://core.svn.wordpress.org/trunk@33686 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2015-08-24 04:12:25 +00:00
parent eb99787e32
commit f2a248e16d
2 changed files with 3 additions and 3 deletions

View File

@ -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()
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-33718';
$wp_version = '4.4-alpha-33719';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.