From ff3f2ac24371ac5bfb0e10b67d1e3921a822e2ca Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sun, 31 May 2015 16:56:26 +0000 Subject: [PATCH] Remove an embed handler accidentally introduced in r32673. Built from https://develop.svn.wordpress.org/trunk@32674 git-svn-id: http://core.svn.wordpress.org/trunk@32644 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/media.php | 1 - wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-includes/media.php b/wp-includes/media.php index 27a9e1d1f1..a054282040 100644 --- a/wp-includes/media.php +++ b/wp-includes/media.php @@ -2313,7 +2313,6 @@ function wp_maybe_load_embeds() { } wp_embed_register_handler( 'youtube_embed_url', '#https?://(www.)?youtube\.com/embed/([^/]+)#i', 'wp_embed_handler_youtube' ); - wp_embed_register_handler( 'youtube_v_url', '#https?://(www.)?youtube\.com/v/([^/]+)#i', 'wp_embed_handler_youtube' ); wp_embed_register_handler( 'googlevideo', '#http://video\.google\.([A-Za-z.]{2,5})/videoplay\?docid=([\d-]+)(.*?)#i', 'wp_embed_handler_googlevideo' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index e01978127b..88e68c39c1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32673'; +$wp_version = '4.3-alpha-32674'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.