diff --git a/wp-includes/class-oembed.php b/wp-includes/class-oembed.php index 401fedcc3b..18c249031b 100644 --- a/wp-includes/class-oembed.php +++ b/wp-includes/class-oembed.php @@ -73,6 +73,7 @@ class WP_oEmbed { '#https?://(.+)\.tumblr\.com/post/.*#i' => array( 'https://www.tumblr.com/oembed/1.0', true ), '#https?://(www\.)?kickstarter\.com/projects/.*#i' => array( 'https://www.kickstarter.com/services/oembed', true ), '#https?://kck\.st/.*#i' => array( 'https://www.kickstarter.com/services/oembed', true ), + '#https?://cloudup\.com/.*#i' => array( 'https://cloudup.com/oembed', true ), ); if ( ! empty( self::$early_providers['add'] ) ) { diff --git a/wp-includes/version.php b/wp-includes/version.php index 09e3116b79..ba48bae7b3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta4-33471'; +$wp_version = '4.3-beta4-33472'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.