Make WordPress Core


Ignore:
Timestamp:
01/18/2019 01:41:41 AM (6 years ago)
Author:
pento
Message:

Emoji: Upgrade Twemoji to 11.2.0.

This upgrade includes general improvements to the style of a variety of emoji.

Full changelog: https://github.com/twitter/twemoji/compare/v11.0.0...v11.2.0

Props desrosj, pento.
Fixes #45133.

File:
1 edited

Legend:

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

    r44638 r44644  
    29632963     */
    29642964    /** This filter is documented in wp-includes/formatting.php */
    2965     $hints['dns-prefetch'][] = apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/11/svg/' );
     2965    $hints['dns-prefetch'][] = apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/11.2.0/svg/' );
    29662966
    29672967    foreach ( $hints as $relation_type => $urls ) {
Note: See TracChangeset for help on using the changeset viewer.