Make WordPress Core

Ticket #34104: clipmine_oembed.diff

File clipmine_oembed.diff, 928 bytes (added by manaspaldhe12, 9 years ago)
  • 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?://clip.mn/.*#i'                              => array( 'https:/clip.mn/1/oembed',                        true  ),
     78                        '#https?://clipmineinc.com/.*#i'                      => array( 'https:/clip.mn/1/oembed',                        true  ),
    7779                );
    7880
    7981                if ( ! empty( self::$early_providers['add'] ) ) {