Make WordPress Core


Ignore:
Timestamp:
03/18/2025 02:59:09 AM (4 months ago)
Author:
peterwilsoncc
Message:

Emoji: Update the Twemoji library to 15.1.0.

This version adds support for the latest emoji added in Unicode Emoji 15.1.

I will rise like a phoenix 🐦‍🔥 but you’re my flame 🔥.

Props audrasjb, azaozz, hbhalodia, jorbin, sergeybiryukov, sirlouen.
Fixes #63064.

File:
1 edited

Legend:

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

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