Make WordPress Core


Ignore:
Timestamp:
06/18/2025 01:51:19 AM (12 months ago)
Author:
peterwilsoncc
Message:

Emoji: Update Twemoji to version 16.0.1.

Introduces support for Emoji 16:

  • replaces emoji support test with splatter 🫟,
  • replaces two letter coded flag support test with Sark 🇨🇶,
  • introduces the function emojiRendersEmptyCenterPoint() to the emoji loader to enable testing of emoji with a single data point.

Not to harp 🪉 on about it, but Emoji 16 is perfect for tiring yourself out 🫩 digging 🪏 up root vegetables 🫜 while visiting Sark 🇨🇶.

Reviewed by audrasjb.
Merges [60227] to the 6.8 branch.

Props westonruter, kraftbj, pento, JeffPaul, abcd95, SergeyBiryukov, dd32, peterwilsoncc.
Fixes #63324.

Location:
branches/6.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.8

  • branches/6.8/tests/phpunit/tests/formatting/emoji.php

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