Make WordPress Core

Changeset 33745


Ignore:
Timestamp:
08/26/2015 12:28:11 AM (9 years ago)
Author:
SergeyBiryukov
Message:

Add oEmbed support for ReverbNation.

props rhubbardreverb.
fixes #33207.

File:
1 edited

Legend:

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

    r33734 r33745  
    7373            '#https?://(www\.)?kickstarter\.com/projects/.*#i'    => array( 'https://www.kickstarter.com/services/oembed',        true  ),
    7474            '#https?://kck\.st/.*#i'                              => array( 'https://www.kickstarter.com/services/oembed',        true  ),
    75             '#https?://cloudup\.com/.*#i'                         => array( 'https://cloudup.com/oembed', true ),
     75            '#https?://cloudup\.com/.*#i'                         => array( 'https://cloudup.com/oembed',                         true  ),
     76            '#https?://(www\.)?reverbnation\.com/.*#i'            => array( 'https://www.reverbnation.com/oembed',                true  ),
    7677        );
    7778
     
    145146         * | Kickstarter  | kickstarter.com      |  Yes  | 4.2.0     |
    146147         * | Kickstarter  | kck.st               |  Yes  | 4.2.0     |
     148         * | ------------ | -------------------- | ----- | --------- |
     149         * | ReverbNation | reverbnation.com     |  Yes  | 4.4.0     |
    147150         *
    148151         * No longer supported providers:
Note: See TracChangeset for help on using the changeset viewer.