diff --git src/wp-includes/default-filters.php src/wp-includes/default-filters.php
index bbe9f24..944306d 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' ); |
| 449 | add_action( 'embed_footer', 'print_embed_scripts' ); |
450 | 450 | add_action( 'embed_head', 'wp_print_head_scripts', 20 ); |
451 | 451 | add_action( 'embed_head', 'wp_print_styles', 20 ); |
452 | 452 | add_action( 'embed_head', 'wp_no_robots' ); |