Make WordPress Core


Ignore:
Timestamp:
06/15/2020 06:02:14 PM (4 years ago)
Author:
desrosj
Message:

Emoji: Upgrade Twemoji to version 13.0.0.

🥸

Props kraftbj, desrosj, otto42.
Fixes #50148.

File:
1 edited

Legend:

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

    r48039 r48048  
    32133213     */
    32143214    /** This filter is documented in wp-includes/formatting.php */
    3215     $hints['dns-prefetch'][] = apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/12.0.0-1/svg/' );
     3215    $hints['dns-prefetch'][] = apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/13.0.0/svg/' );
    32163216
    32173217    foreach ( $hints as $relation_type => $urls ) {
Note: See TracChangeset for help on using the changeset viewer.