mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 02:34:38 +00:00
Emoji: Upgrade Twemoji to version 13.0.0.
🥸 Props kraftbj, desrosj, otto42. Fixes #50148. git-svn-id: https://develop.svn.wordpress.org/trunk@48048 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
*/
|
||||
class Tests_Formatting_Emoji extends WP_UnitTestCase {
|
||||
|
||||
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/';
|
||||
private $png_cdn = 'https://s.w.org/images/core/emoji/13.0.0/72x72/';
|
||||
private $svn_cdn = 'https://s.w.org/images/core/emoji/13.0.0/svg/';
|
||||
|
||||
/**
|
||||
* @ticket 36525
|
||||
|
||||
Reference in New Issue
Block a user