Embeds: Correct the version number when Hulu was deprecated.
Follow up of [48512] See #50676. Built from https://develop.svn.wordpress.org/trunk@48513 git-svn-id: http://core.svn.wordpress.org/trunk@48275 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
511e9cfade
commit
cd6e936103
|
@ -210,7 +210,7 @@ class WP_oEmbed {
|
||||||
* | Photobucket | photobucket.com | 2.9.0 | 5.1.0 |
|
* | Photobucket | photobucket.com | 2.9.0 | 5.1.0 |
|
||||||
* | Funny or Die | funnyordie.com | 3.0.0 | 5.1.0 |
|
* | Funny or Die | funnyordie.com | 3.0.0 | 5.1.0 |
|
||||||
* | CollegeHumor | collegehumor.com | 4.0.0 | 5.3.1 |
|
* | CollegeHumor | collegehumor.com | 4.0.0 | 5.3.1 |
|
||||||
* | Hulu | hulu.com | 2.9.0 | 5.4.2 |
|
* | Hulu | hulu.com | 2.9.0 | 5.5.0 |
|
||||||
*
|
*
|
||||||
* @see wp_oembed_add_provider()
|
* @see wp_oembed_add_provider()
|
||||||
*
|
*
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.5-beta2-48512';
|
$wp_version = '5.5-beta2-48513';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue