Make WordPress Core

Ticket #34129: wordpress.patch

File wordpress.patch, 1.1 KB (added by romainneutron, 8 years ago)

patch

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

     
    7474                        '#https?://kck\.st/.*#i'                              => array( 'https://www.kickstarter.com/services/oembed',        true  ),
    7575                        '#https?://cloudup\.com/.*#i'                         => array( 'https://cloudup.com/oembed',                         true  ),
    7676                        '#https?://(www\.)?reverbnation\.com/.*#i'            => array( 'https://www.reverbnation.com/oembed',                true  ),
     77                        '#https?://blackfire\.io/profiles/.*#i'               => array( 'https://blackfire.io/oembed',                        true  ),
    7778                );
    7879
    7980                if ( ! empty( self::$early_providers['add'] ) ) {
     
    139140                 * | Kickstarter  | kck.st               |  Yes  | 4.2.0     |
    140141                 * | Cloudup      | cloudup.com          |  Yes  | 4.4.0     |
    141142                 * | ReverbNation | reverbnation.com     |  Yes  | 4.4.0     |
     143                 * | Blackfire.io | blackfire.io         |  Yes  | 4.4.0     |
    142144                 *
    143145                 * No longer supported providers:
    144146                 *