RIP3 Revision3
Fixes #31592 Built from https://develop.svn.wordpress.org/trunk@31712 git-svn-id: http://core.svn.wordpress.org/trunk@31693 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d7c60f135a
commit
97fa0cf1b3
|
@ -44,7 +44,6 @@ class WP_oEmbed {
|
|||
'#https?://flic\.kr/.*#i' => array( 'https://www.flickr.com/services/oembed/', true ),
|
||||
'#https?://(.+\.)?smugmug\.com/.*#i' => array( 'http://api.smugmug.com/services/oembed/', true ),
|
||||
'#https?://(www\.)?hulu\.com/watch/.*#i' => array( 'http://www.hulu.com/api/oembed.{format}', true ),
|
||||
'http://revision3.com/*' => array( 'http://revision3.com/api/oembed/', false ),
|
||||
'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 ),
|
||||
|
@ -102,7 +101,6 @@ class WP_oEmbed {
|
|||
* | 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 |
|
||||
* | Scribd | scribd.com | Yes | 2.9.0 |
|
||||
* | Vimeo | vimeo.com | Yes | 2.9.0 |
|
||||
* | WordPress.tv | wordpress.tv | Yes | 2.9.0 |
|
||||
|
@ -155,6 +153,8 @@ class WP_oEmbed {
|
|||
* | ------------ | -------------------- | ----- | --------- | --------- |
|
||||
* | Viddler | viddler.com | Yes | 2.9.0 | 4.0.0 |
|
||||
* | ------------ | -------------------- | ----- | --------- | --------- |
|
||||
* | Revision3 | revision3.com | ! | 2.9.0 | 4.2.0 |
|
||||
* | ------------ | -------------------- | ----- | --------- | --------- |
|
||||
*
|
||||
* @see wp_oembed_add_provider()
|
||||
*
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.2-alpha-31711';
|
||||
$wp_version = '4.2-alpha-31712';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue