Some updates to the oEmbed provider table.
See #28507 Built from https://develop.svn.wordpress.org/trunk@31711 git-svn-id: http://core.svn.wordpress.org/trunk@31692 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4f1e0eee52
commit
d7c60f135a
|
@ -48,7 +48,7 @@ class WP_oEmbed {
|
|||
'http://i*.photobucket.com/albums/*' => array( 'http://photobucket.com/oembed', false ),
|
||||
'http://gi*.photobucket.com/groups/*' => array( 'http://photobucket.com/oembed', false ),
|
||||
'#https?://(www\.)?scribd\.com/doc/.*#i' => array( 'http://www.scribd.com/services/oembed', true ),
|
||||
'#https?://wordpress.tv/.*#i' => array( 'http://wordpress.tv/oembed/', true ),
|
||||
'#https?://wordpress.tv/.*#i' => array( 'http://wordpress.tv/oembed/', true ),
|
||||
'#https?://(.+\.)?polldaddy\.com/.*#i' => array( 'https://polldaddy.com/oembed/', true ),
|
||||
'#https?://poll\.fm/.*#i' => array( 'https://polldaddy.com/oembed/', true ),
|
||||
'#https?://(www\.)?funnyordie\.com/videos/.*#i' => array( 'http://www.funnyordie.com/oembed', true ),
|
||||
|
@ -97,12 +97,12 @@ class WP_oEmbed {
|
|||
* | ------------ | -------------------- | ----- | --------- |
|
||||
* | Provider | Flavor | SSL | Since |
|
||||
* | ------------ | -------------------- | ----- | --------- |
|
||||
* | Blip | blip.tv | | 2.9.0 |
|
||||
* | 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 |
|
||||
* | Photobucket | photobucket.com | | 2.9.0 |
|
||||
* | Revision3 | revision3.com | | 2.9.0 |
|
||||
* | Photobucket | photobucket.com | ! | 2.9.0 |
|
||||
* | Revision3 | revision3.com | ! | 2.9.0 |
|
||||
* | Scribd | scribd.com | Yes | 2.9.0 |
|
||||
* | Vimeo | vimeo.com | Yes | 2.9.0 |
|
||||
* | WordPress.tv | wordpress.tv | Yes | 2.9.0 |
|
||||
|
@ -115,12 +115,12 @@ class WP_oEmbed {
|
|||
* | ------------ | -------------------- | ----- | --------- |
|
||||
* | Twitter | twitter.com | Yes | 3.4.0 |
|
||||
* | ------------ | -------------------- | ----- | --------- |
|
||||
* | Instagram | instagram.com | | 3.5.0 |
|
||||
* | Instagram | instagr.am | | 3.5.0 |
|
||||
* | Instagram | instagram.com | Yes | 3.5.0 |
|
||||
* | Instagram | instagr.am | Yes | 3.5.0 |
|
||||
* | Slideshare | slideshare.net | Yes | 3.5.0 |
|
||||
* | SoundCloud | soundcloud.com | Yes | 3.5.0 |
|
||||
* | ------------ | -------------------- | ----- | --------- |
|
||||
* | Dailymotion | dai.ly | | 3.6.0 |
|
||||
* | Dailymotion | dai.ly | ! | 3.6.0 |
|
||||
* | Flickr | flic.kr | Yes | 3.6.0 |
|
||||
* | Rdio | rdio.com | Yes | 3.6.0 |
|
||||
* | Rdio | rd.io | Yes | 3.6.0 |
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.2-alpha-31710';
|
||||
$wp_version = '4.2-alpha-31711';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue