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/tests/phpunit/tests/formatting/Emoji.php

    r43377 r44644  
    77class Tests_Formatting_Emoji extends WP_UnitTestCase {
    88
    9     private $png_cdn = 'https://s.w.org/images/core/emoji/11/72x72/';
    10     private $svn_cdn = 'https://s.w.org/images/core/emoji/11/svg/';
     9    private $png_cdn = 'https://s.w.org/images/core/emoji/11.2.0/72x72/';
     10    private $svn_cdn = 'https://s.w.org/images/core/emoji/11.2.0/svg/';
    1111
    1212    /**
Note: See TracChangeset for help on using the changeset viewer.