Changeset 33719 for trunk/src/wp-includes/class-oembed.php
- Timestamp:
- 08/24/2015 04:11:13 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-oembed.php
r33472 r33719 41 41 '#http://youtu\.be/.*#i' => array( 'http://www.youtube.com/oembed', true ), 42 42 '#https://youtu\.be/.*#i' => array( 'http://www.youtube.com/oembed?scheme=https', true ), 43 'http://blip.tv/*' => array( 'http://blip.tv/oembed/', false ),44 43 '#https?://(.+\.)?vimeo\.com/.*#i' => array( 'http://vimeo.com/api/oembed.{format}', true ), 45 44 '#https?://(www\.)?dailymotion\.com/.*#i' => array( 'http://www.dailymotion.com/services/oembed', true ), … … 102 101 * | Provider | Flavor | SSL | Since | 103 102 * | ------------ | -------------------- | ----- | --------- | 104 * | Blip | blip.tv | ! | 2.9.0 |105 103 * | Dailymotion | dailymotion.com | Yes | 2.9.0 | 106 104 * | Flickr | flickr.com | Yes | 2.9.0 | … … 160 158 * | ------------ | -------------------- | ----- | --------- | --------- | 161 159 * | Revision3 | revision3.com | ! | 2.9.0 | 4.2.0 | 160 * | ------------ | -------------------- | ----- | --------- | --------- | 161 * | Blip | blip.tv | ! | 2.9.0 | 4.4.0 | 162 162 * | ------------ | -------------------- | ----- | --------- | --------- | 163 163 *
Note: See TracChangeset
for help on using the changeset viewer.