From 1e1a48aaa0ef3a25a341e4ffca592b9a1ab6d0e0 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 3 Oct 2017 16:52:46 +0000 Subject: [PATCH] Embeds: Remove the external oEmbed tests for YouTube. These tests no longer test anything that WordPress core has control over. YouTube now serves everything over HTTPS by default, so the tests for #23149 will always pass, and the tests for #32714 aren't testing anything that core has control over. Tests for the responses from oEmbed providers has been attempted and reverted in #32360. See #42076, #32714, #23149 Built from https://develop.svn.wordpress.org/trunk@41712 git-svn-id: http://core.svn.wordpress.org/trunk@41546 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index eea64a1db7..02a978976f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41711'; +$wp_version = '4.9-alpha-41712'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.