Ticket #31592: 31592.diff
File 31592.diff, 2.0 KB (added by , 10 years ago) |
---|
-
src/wp-includes/class-oembed.php
44 44 '#https?://flic\.kr/.*#i' => array( 'https://www.flickr.com/services/oembed/', true ), 45 45 '#https?://(.+\.)?smugmug\.com/.*#i' => array( 'http://api.smugmug.com/services/oembed/', true ), 46 46 '#https?://(www\.)?hulu\.com/watch/.*#i' => array( 'http://www.hulu.com/api/oembed.{format}', true ), 47 'http://revision3.com/*' => array( 'http://revision3.com/api/oembed/', false ),48 47 'http://i*.photobucket.com/albums/*' => array( 'http://photobucket.com/oembed', false ), 49 48 'http://gi*.photobucket.com/groups/*' => array( 'http://photobucket.com/oembed', false ), 50 49 '#https?://(www\.)?scribd\.com/doc/.*#i' => array( 'http://www.scribd.com/services/oembed', true ), … … 102 101 * | Flickr | flickr.com | Yes | 2.9.0 | 103 102 * | Hulu | hulu.com | Yes | 2.9.0 | 104 103 * | Photobucket | photobucket.com | ! | 2.9.0 | 105 * | Revision3 | revision3.com | ! | 2.9.0 |106 104 * | Scribd | scribd.com | Yes | 2.9.0 | 107 105 * | Vimeo | vimeo.com | Yes | 2.9.0 | 108 106 * | WordPress.tv | wordpress.tv | Yes | 2.9.0 | … … 155 153 * | ------------ | -------------------- | ----- | --------- | --------- | 156 154 * | Viddler | viddler.com | Yes | 2.9.0 | 4.0.0 | 157 155 * | ------------ | -------------------- | ----- | --------- | --------- | 156 * | Revision3 | revision3.com | ! | 2.9.0 | 4.2.0 | 157 * | ------------ | -------------------- | ----- | --------- | --------- | 158 158 * 159 159 * @see wp_oembed_add_provider() 160 160 *