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:
desrosj 2020-07-20 13:14:04 +00:00
parent 511e9cfade
commit cd6e936103
2 changed files with 2 additions and 2 deletions

View File

@ -210,7 +210,7 @@ class WP_oEmbed {
* | Photobucket | photobucket.com | 2.9.0 | 5.1.0 |
* | Funny or Die | funnyordie.com | 3.0.0 | 5.1.0 |
* | 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()
*

View File

@ -13,7 +13,7 @@
*
* @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.