diff --git a/wp-includes/general-template.php b/wp-includes/general-template.php index e2042298ae..75a4bdf5bd 100644 --- a/wp-includes/general-template.php +++ b/wp-includes/general-template.php @@ -2819,7 +2819,7 @@ function wp_resource_hints() { * The path is removed in the foreach loop below. */ /** This filter is documented in wp-includes/formatting.php */ - $hints['dns-prefetch'][] = apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/2/svg/' ); + $hints['dns-prefetch'][] = apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/2.2.1/svg/' ); foreach ( $hints as $relation_type => $urls ) { /** diff --git a/wp-includes/version.php b/wp-includes/version.php index 29ff31b4a9..2e35c2bf2c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.7-alpha-38763'; +$wp_version = '4.7-alpha-38764'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.