Make WordPress Core

Changeset 31671


Ignore:
Timestamp:
03/07/2015 10:10:42 PM (10 years ago)
Author:
wonderboymusic
Message:

Add oEmbed support for Kickstarter.

See #29126.

File:
1 edited

Legend:

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

    r31631 r31671  
    6969            '#https?://(www\.)?(animoto|video214)\.com/play/.*#i' => array( 'http://animoto.com/oembeds/create',                  true  ),
    7070            '#https?://(.+)\.tumblr\.com/post/.*#i'               => array( 'https://www.tumblr.com/oembed/1.0',                  true  ),
     71            '#https?://(www\.)?kickstarter\.com/projects/.*#i'    => array( 'https://www.kickstarter.com/services/oembed',        true  ),
     72            '#https?://kck\.st/.*#i'                              => array( 'https://www.kickstarter.com/services/oembed',        true  ),
    7173        );
    7274
     
    141143         * | ------------ | -------------------- | ----- | --------- |
    142144         * | Tumblr       | tumblr.com           |  Yes  | 4.2.0     |
     145         * | Kickstarter  | kickstarter.com      |  Yes  | 4.2.0     |
     146         * | Kickstarter  | kck.st               |  Yes  | 4.2.0     |
    143147         * | ------------ | -------------------- | ----- | --------- |
    144148         *
Note: See TracChangeset for help on using the changeset viewer.