diff --git src/wp-includes/default-filters.php src/wp-includes/default-filters.php
index bbe9f24..f6999cb 100644
|
|
add_action( 'wp_head', 'wp_oembed_add_host_js' ); |
446 | 446 | add_action( 'embed_head', 'print_emoji_detection_script' ); |
447 | 447 | add_action( 'embed_head', 'print_emoji_styles' ); |
448 | 448 | add_action( 'embed_head', 'print_embed_styles' ); |
449 | | add_action( 'embed_head', 'print_embed_scripts' ); |
450 | 449 | add_action( 'embed_head', 'wp_print_head_scripts', 20 ); |
451 | 450 | add_action( 'embed_head', 'wp_print_styles', 20 ); |
452 | 451 | add_action( 'embed_head', 'wp_no_robots' ); |
453 | 452 | add_action( 'embed_head', 'rel_canonical' ); |
454 | 453 | add_action( 'embed_head', 'locale_stylesheet' ); |
455 | 454 | |
| 455 | add_action( 'embed_footer', 'print_embed_scripts' ); |
456 | 456 | add_action( 'embed_footer', 'wp_print_footer_scripts', 20 ); |
457 | 457 | |
458 | 458 | add_filter( 'excerpt_more', 'wp_embed_excerpt_more', 20 ); |