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
This commit is contained in:
John Blackbourn 2015-09-23 16:00:25 +00:00
parent af1517279e
commit 13109ed129
2 changed files with 2 additions and 1 deletions

View File

@ -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:

View File

@ -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.