Ticket #36189: 36189.diff
File 36189.diff, 1.8 KB (added by , 9 years ago) |
---|
-
src/wp-includes/class-oembed.php
43 43 '#https://youtu\.be/.*#i' => array( 'http://www.youtube.com/oembed?scheme=https', true ), 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 ), 49 49 '#https?://(.+\.)?smugmug\.com/.*#i' => array( 'http://api.smugmug.com/services/oembed/', true ), … … 120 120 * | Instagram | instagr.am | Yes | 3.5.0 | 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 | 126 126 * | Imgur | imgur.com | Yes | 3.9.0 |