From 13109ed12948a21d3226ad9d747f8acf6d458d9c Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 23 Sep 2015 16:00:25 +0000 Subject: [PATCH] Add an entry for Cloudup to the list of oEmbed providers. See #26278 Built from https://develop.svn.wordpress.org/trunk@34459 git-svn-id: http://core.svn.wordpress.org/trunk@34423 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-oembed.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/class-oembed.php b/wp-includes/class-oembed.php index f2262c5b1f..048c13b0f9 100644 --- a/wp-includes/class-oembed.php +++ b/wp-includes/class-oembed.php @@ -146,6 +146,7 @@ class WP_oEmbed { * | Kickstarter | kickstarter.com | Yes | 4.2.0 | * | Kickstarter | kck.st | Yes | 4.2.0 | * | ------------ | -------------------- | ----- | --------- | + * | Cloudup | cloudup.com | Yes | 4.4.0 | * | ReverbNation | reverbnation.com | Yes | 4.4.0 | * * No longer supported providers: diff --git a/wp-includes/version.php b/wp-includes/version.php index cc55783361..1387e19a9a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34458'; +$wp_version = '4.4-alpha-34459'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.