Make WordPress Core


Ignore:
Timestamp:
01/24/2018 04:50:15 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Emoji: Update emoji base URL in _print_emoji_detection_script() and wp_staticize_emoji().

Props pento.
Fixes #42862.

File:
1 edited

Legend:

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

    r42531 r42590  
    29382938     */
    29392939    /** This filter is documented in wp-includes/formatting.php */
    2940     $hints['dns-prefetch'][] = apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/2.3/svg/' );
     2940    $hints['dns-prefetch'][] = apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/2.4/svg/' );
    29412941
    29422942    foreach ( $hints as $relation_type => $urls ) {
Note: See TracChangeset for help on using the changeset viewer.