From cd6e93610386d9c6aa2b49b3f12bd45e30f58df3 Mon Sep 17 00:00:00 2001 From: desrosj Date: Mon, 20 Jul 2020 13:14:04 +0000 Subject: [PATCH] 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 --- wp-includes/class-wp-oembed.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-wp-oembed.php b/wp-includes/class-wp-oembed.php index 65c3c51576..9bc9ab06a1 100644 --- a/wp-includes/class-wp-oembed.php +++ b/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() * diff --git a/wp-includes/version.php b/wp-includes/version.php index cce6c4b682..acb176751b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.