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:
parent
af1517279e
commit
13109ed129
|
@ -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:
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue