Make WordPress Core

Ticket #36189: 36189.diff

File 36189.diff, 1.8 KB (added by johnbillion, 9 years ago)
  • src/wp-includes/class-oembed.php

     
    4343                        '#https://youtu\.be/.*#i'                             => array( 'http://www.youtube.com/oembed?scheme=https',                true  ),
    4444                        '#https?://(.+\.)?vimeo\.com/.*#i'                    => array( 'http://vimeo.com/api/oembed.{format}',                      true  ),
    4545                        '#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 ),
    4747                        '#https?://(www\.)?flickr\.com/.*#i'                  => array( 'https://www.flickr.com/services/oembed/',                   true  ),
    4848                        '#https?://flic\.kr/.*#i'                             => array( 'https://www.flickr.com/services/oembed/',                   true  ),
    4949                        '#https?://(.+\.)?smugmug\.com/.*#i'                  => array( 'http://api.smugmug.com/services/oembed/',                   true  ),
     
    120120                 * | Instagram    | instagr.am           |  Yes  | 3.5.0     |
    121121                 * | Slideshare   | slideshare.net       |  Yes  | 3.5.0     |
    122122                 * | SoundCloud   | soundcloud.com       |  Yes  | 3.5.0     |
    123                  * | Dailymotion  | dai.ly               |  No   | 3.6.0     |
     123                 * | Dailymotion  | dai.ly               |  Yes  | 3.6.0     |
    124124                 * | Flickr       | flic.kr              |  Yes  | 3.6.0     |
    125125                 * | Spotify      | spotify.com          |  Yes  | 3.6.0     |
    126126                 * | Imgur        | imgur.com            |  Yes  | 3.9.0     |