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.

git-svn-id: https://develop.svn.wordpress.org/trunk@51113 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jonathan Desrosiers
2021-06-08 22:13:27 +00:00
parent 68b6298828
commit f64478d67c
5 changed files with 22 additions and 22 deletions

View File

@@ -6,8 +6,8 @@
*/
class Tests_Formatting_Emoji extends WP_UnitTestCase {
private $png_cdn = 'https://s.w.org/images/core/emoji/13.0.1/72x72/';
private $svn_cdn = 'https://s.w.org/images/core/emoji/13.0.1/svg/';
private $png_cdn = 'https://s.w.org/images/core/emoji/13.1.0/72x72/';
private $svn_cdn = 'https://s.w.org/images/core/emoji/13.1.0/svg/';
/**
* @ticket 36525