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. Built from https://develop.svn.wordpress.org/trunk@49239 git-svn-id: http://core.svn.wordpress.org/trunk@49001 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
be5fb561ad
commit
8f7975cbea
|
@ -5665,7 +5665,7 @@ function _print_emoji_detection_script() {
|
|||
*
|
||||
* @param string $url The emoji base URL for png images.
|
||||
*/
|
||||
'baseUrl' => apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/13.0.0/72x72/' ),
|
||||
'baseUrl' => apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/13.0.1/72x72/' ),
|
||||
|
||||
/**
|
||||
* Filters the extension of the emoji png files.
|
||||
|
@ -5683,7 +5683,7 @@ function _print_emoji_detection_script() {
|
|||
*
|
||||
* @param string $url The emoji base URL for svg images.
|
||||
*/
|
||||
'svgUrl' => apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/13.0.0/svg/' ),
|
||||
'svgUrl' => apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/13.0.1/svg/' ),
|
||||
|
||||
/**
|
||||
* Filters the extension of the emoji SVG files.
|
||||
|
@ -5798,7 +5798,7 @@ function wp_staticize_emoji( $text ) {
|
|||
}
|
||||
|
||||
/** This filter is documented in wp-includes/formatting.php */
|
||||
$cdn_url = apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/13.0.0/72x72/' );
|
||||
$cdn_url = apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/13.0.1/72x72/' );
|
||||
|
||||
/** This filter is documented in wp-includes/formatting.php */
|
||||
$ext = apply_filters( 'emoji_ext', '.png' );
|
||||
|
|
|
@ -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.0/',
|
||||
base: 'https://twemoji.maxcdn.com/v/13.0.1/',
|
||||
|
||||
// default assets file extensions, by default '.png'
|
||||
ext: '.png',
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -13,7 +13,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.6-alpha-49238';
|
||||
$wp_version = '5.6-alpha-49239';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue