Make WordPress Core

Changeset 27526


Ignore:
Timestamp:
03/13/2014 09:27:54 PM (11 years ago)
Author:
johnbillion
Message:

Remove Qik from the oEmbed provider list as it's shutting down. Fixes #27302. Props JustinSainton.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-oembed.php

    r27225 r27526  
    4141            '#https?://(www\.)?hulu\.com/watch/.*#i'              => array( 'http://www.hulu.com/api/oembed.{format}',            true  ),
    4242            '#https?://(www\.)?viddler\.com/.*#i'                 => array( 'http://lab.viddler.com/services/oembed/',            true  ),
    43             'http://qik.com/*'                                    => array( 'http://qik.com/api/oembed.{format}',                 false ),
    4443            'http://revision3.com/*'                              => array( 'http://revision3.com/api/oembed/',                   false ),
    4544            'http://i*.photobucket.com/albums/*'                  => array( 'http://photobucket.com/oembed',                      false ),
Note: See TracChangeset for help on using the changeset viewer.