Make WordPress Core


Ignore:
Timestamp:
07/13/2018 06:36:23 AM (5 years ago)
Author:
pento
Message:

Emoji: Update Twemoji to version 11.0.

🦹

Backport of [43377] to the 4.9 branch.

Props kraftbj,
Fixes #44339.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/4.9/src/wp-includes/general-template.php

    r42917 r43444  
    28862886     */
    28872887    /** This filter is documented in wp-includes/formatting.php */
    2888     $hints['dns-prefetch'][] = apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/2.4/svg/' );
     2888    $hints['dns-prefetch'][] = apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/11/svg/' );
    28892889
    28902890    foreach ( $hints as $relation_type => $urls ) {
Note: See TracChangeset for help on using the changeset viewer.