Emoji: Update Twemoji to version 11.0.

🦹

Props kraftbj,
Fixes #44339.



git-svn-id: https://develop.svn.wordpress.org/trunk@43377 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast
2018-06-20 04:20:32 +00:00
parent 1ebcb33c3c
commit cdd9910f01
6 changed files with 18 additions and 17 deletions
+1 -1
View File
@@ -2937,7 +2937,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.4/svg/' );
$hints['dns-prefetch'][] = apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/11/svg/' );
foreach ( $hints as $relation_type => $urls ) {
$unique_urls = array();