Changeset 36951 for trunk/src/wp-includes/class-oembed.php
- Timestamp:
- 03/10/2016 07:48:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-oembed.php
r36946 r36951 44 44 '#https?://(.+\.)?vimeo\.com/.*#i' => array( 'http://vimeo.com/api/oembed.{format}', true ), 45 45 '#https?://(www\.)?dailymotion\.com/.*#i' => array( 'https://www.dailymotion.com/services/oembed', true ), 46 ' http://dai.ly/*' => array( 'https://www.dailymotion.com/services/oembed', false),46 '#https?://dai.ly/.*#i' => array( 'https://www.dailymotion.com/services/oembed', true ), 47 47 '#https?://(www\.)?flickr\.com/.*#i' => array( 'https://www.flickr.com/services/oembed/', true ), 48 48 '#https?://flic\.kr/.*#i' => array( 'https://www.flickr.com/services/oembed/', true ), … … 121 121 * | Slideshare | slideshare.net | Yes | 3.5.0 | 122 122 * | SoundCloud | soundcloud.com | Yes | 3.5.0 | 123 * | Dailymotion | dai.ly | No| 3.6.0 |123 * | Dailymotion | dai.ly | Yes | 3.6.0 | 124 124 * | Flickr | flic.kr | Yes | 3.6.0 | 125 125 * | Spotify | spotify.com | Yes | 3.6.0 |
Note: See TracChangeset
for help on using the changeset viewer.