Make WordPress Core

Changeset 36066


Ignore:
Timestamp:
12/23/2015 01:52:47 AM (8 years ago)
Author:
dd32
Message:

Remove RDIO from oEmbed providers

RDIO is shutting down. https://www.rdio.com/farewell/

Merges[36007] to the 4.4 branch.
Props swissspidy.
Fixes #35152.

Location:
branches/4.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.4

  • branches/4.4/src/wp-includes/class-oembed.php

    r35693 r36066  
    6161            '#https?://(.+?\.)?slideshare\.net/.*#i'              => array( 'https://www.slideshare.net/api/oembed/2',                   true  ),
    6262            '#https?://(www\.)?instagr(\.am|am\.com)/p/.*#i'      => array( 'https://api.instagram.com/oembed',                          true  ),
    63             '#https?://(www\.)?rdio\.com/.*#i'                    => array( 'http://www.rdio.com/api/oembed/',                           true  ),
    64             '#https?://rd\.io/x/.*#i'                             => array( 'http://www.rdio.com/api/oembed/',                           true  ),
    6563            '#https?://(open|play)\.spotify\.com/.*#i'            => array( 'https://embed.spotify.com/oembed/',                         true  ),
    6664            '#https?://(.+\.)?imgur\.com/.*#i'                    => array( 'http://api.imgur.com/oembed',                               true  ),
     
    125123         * | Dailymotion  | dai.ly               |  No   | 3.6.0     |
    126124         * | Flickr       | flic.kr              |  Yes  | 3.6.0     |
    127          * | Rdio         | rdio.com             |  Yes  | 3.6.0     |
    128          * | Rdio         | rd.io                |  Yes  | 3.6.0     |
    129125         * | Spotify      | spotify.com          |  Yes  | 3.6.0     |
    130126         * | Imgur        | imgur.com            |  Yes  | 3.9.0     |
     
    157153         * | Revision3    | revision3.com        |  No   | 2.9.0     | 4.2.0     |
    158154         * | Blip         | blip.tv              |  No   | 2.9.0     | 4.4.0     |
     155         * | Rdio         | rdio.com             |  Yes  | 3.6.0     | 4.4.1     |
     156         * | Rdio         | rd.io                |  Yes  | 3.6.0     | 4.4.1     |
    159157         *
    160158         * @see wp_oembed_add_provider()
Note: See TracChangeset for help on using the changeset viewer.