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
This commit is contained in:
John Blackbourn 2015-05-31 16:56:26 +00:00
parent 02192cb53f
commit ff3f2ac243
2 changed files with 1 additions and 2 deletions

View File

@ -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' );

View File

@ -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.