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.