Make WordPress Core


Ignore:
Timestamp:
04/12/2022 05:54:29 AM (4 years ago)
Author:
peterwilsoncc
Message:

Emoji: Update the Twemoji to version 14.0.2.

This version introduces support for the latest Emoji added in Emoji 14.

"Insert witty comment newly supported emoji."

Props kraftbj, desrosj, dd32, milana_cap.
Fixes #55395.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/formatting/emoji.php

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