diff --git a/wp-includes/default-filters.php b/wp-includes/default-filters.php index 9cb447181a..7ebc3a1d3b 100644 --- a/wp-includes/default-filters.php +++ b/wp-includes/default-filters.php @@ -687,6 +687,7 @@ add_action( 'embed_head', 'wp_print_styles', 20 ); add_action( 'embed_head', 'wp_robots' ); add_action( 'embed_head', 'rel_canonical' ); add_action( 'embed_head', 'locale_stylesheet', 30 ); +add_action( 'enqueue_embed_scripts', 'wp_enqueue_emoji_styles' ); add_action( 'embed_content_meta', 'print_embed_comments_button' ); add_action( 'embed_content_meta', 'print_embed_sharing_button' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 5e92c4358b..86b91c62d0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4.3-alpha-57346'; +$wp_version = '6.4.3-alpha-57347'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.