Emoji: Update Twemoji to version 12.0.0.

Props pento, superpoincare.
Fixes #46404, #46805.


git-svn-id: https://develop.svn.wordpress.org/trunk@45134 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast
2019-04-08 05:21:49 +00:00
parent 65e057daa2
commit 11e97aae1e
6 changed files with 32 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/11.2.0/72x72/';
private $svn_cdn = 'https://s.w.org/images/core/emoji/11.2.0/svg/';
private $png_cdn = 'https://s.w.org/images/core/emoji/12.0.0-1/72x72/';
private $svn_cdn = 'https://s.w.org/images/core/emoji/12.0.0-1/svg/';
/**
* @ticket 36525