mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-31 10:44:26 +00:00
Emoji: Update Twemoji to version 13.0.1.
This release fixes minor issues with 8 different Emoji and revises the person/woman/man kneeling Emoji to be in a more obvious kneeling position. 🧎 These updates were pushed to a new, `13.0.1` folder on the CDN in [dotorg:16573]. For a full list of changes in this update, see https://github.com/twitter/twemoji/compare/v13.0.0...v13.0.1. Props hareesh-pillai, otto42, desrosj. Fixes #51356. git-svn-id: https://develop.svn.wordpress.org/trunk@49239 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/13.0.0/72x72/';
|
||||
private $svn_cdn = 'https://s.w.org/images/core/emoji/13.0.0/svg/';
|
||||
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/';
|
||||
|
||||
/**
|
||||
* @ticket 36525
|
||||
|
||||
Reference in New Issue
Block a user