diff --git src/wp-includes/class-oembed.php src/wp-includes/class-oembed.php
index 401fedc..18c2490 100644
|
|
|
class WP_oEmbed {
|
| 73 | 73 | '#https?://(.+)\.tumblr\.com/post/.*#i' => array( 'https://www.tumblr.com/oembed/1.0', true ), |
| 74 | 74 | '#https?://(www\.)?kickstarter\.com/projects/.*#i' => array( 'https://www.kickstarter.com/services/oembed', true ), |
| 75 | 75 | '#https?://kck\.st/.*#i' => array( 'https://www.kickstarter.com/services/oembed', true ), |
| | 76 | '#https?://cloudup\.com/.*#i' => array( 'https://cloudup.com/oembed', true ), |
| 76 | 77 | ); |
| 77 | 78 | |
| 78 | 79 | if ( ! empty( self::$early_providers['add'] ) ) { |