Make WordPress Core


Ignore:
Timestamp:
06/08/2021 10:13:27 PM (4 years ago)
Author:
desrosj
Message:

Emoji: Update the Twemoji library to version 13.1.0.

This version introduces support for the latest Emoji added in version Emoji 13.1, which includes “face in clouds”, “face exhaling”, and of course, “face with spiral eyes”.

A new corresponding folder has been pushed to WordPress.org in [dotorg:17419].

Rages deep within, ❤️‍🔥.

Props kraftbj., desrosj.
Fixes #52852.

File:
1 edited

Legend:

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

    r50441 r51113  
    77class Tests_Formatting_Emoji extends WP_UnitTestCase {
    88
    9     private $png_cdn = 'https://s.w.org/images/core/emoji/13.0.1/72x72/';
    10     private $svn_cdn = 'https://s.w.org/images/core/emoji/13.0.1/svg/';
     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/';
    1111
    1212    /**
Note: See TracChangeset for help on using the changeset viewer.