From b98a607ca593f9a65222dffe5892fb84e0fe4ef1 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Mon, 20 Jul 2020 13:12:22 +0000 Subject: [PATCH] Embeds: Correct the version number when Hulu was deprecated. Follow up of [48512] See #50676. git-svn-id: https://develop.svn.wordpress.org/trunk@48513 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-oembed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-wp-oembed.php b/src/wp-includes/class-wp-oembed.php index 65c3c51576..9bc9ab06a1 100644 --- a/src/wp-includes/class-wp-oembed.php +++ b/src/wp-includes/class-wp-oembed.php @@ -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() *