Embeds: If we're adding a boatload of new items to default-filters.php, might as well make them readable.
See #32522. Built from https://develop.svn.wordpress.org/trunk@34966 git-svn-id: http://core.svn.wordpress.org/trunk@34931 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b62e798c17
commit
77314454a5
|
@ -439,7 +439,6 @@ add_filter( 'image_send_to_editor', 'image_add_caption', 20, 8 );
|
|||
add_filter( 'media_send_to_editor', 'image_media_send_to_editor', 10, 3 );
|
||||
|
||||
// Embeds
|
||||
|
||||
add_action( 'parse_query', 'wp_oembed_parse_query' );
|
||||
|
||||
add_action( 'wp_head', 'wp_oembed_add_discovery_links' );
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-34965';
|
||||
$wp_version = '4.4-alpha-34966';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue