Emoji: Update the Twemoji library to version 13.0.2.

This point release does not add any new Emoji and only slightly modifies 14 existing Emoji without changing their meanings.

Because of this, the same CDN location (currently `/images/core/emoji/13.0.1`) can be updated with the new versions and sites running WordPress 5.6 or higher will start using the updated versions once their cache expires.

See #52852.
Built from https://develop.svn.wordpress.org/trunk@50548


git-svn-id: http://core.svn.wordpress.org/trunk@50161 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2021-03-18 19:20:19 +00:00
parent 87db5b833d
commit 707b80c194
4 changed files with 5 additions and 5 deletions

View File

@ -24,7 +24,7 @@ var twemoji = (function (
/////////////////////////
// default assets url, by default will be Twitter Inc. CDN
base: 'https://twemoji.maxcdn.com/v/13.0.1/',
base: 'https://twemoji.maxcdn.com/v/13.0.2/',
// default assets file extensions, by default '.png'
ext: '.png',
@ -188,7 +188,7 @@ var twemoji = (function (
* @param string generic string to parse
* @param Function a generic callback that will be
* invoked to replace the content.
* This calback wil receive standard
* This callback will receive standard
* String.prototype.replace(str, callback)
* arguments such:
* callback(

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.8-alpha-50547';
$wp_version = '5.8-alpha-50548';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.