Skip to content

Commit 2fe6148

Browse files
committed
Adjust more CDN paths.
1 parent c26523a commit 2fe6148

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/wp-includes/formatting.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5935,7 +5935,7 @@ function _print_emoji_detection_script() {
59355935
*
59365936
* @param string $url The emoji base URL for png images.
59375937
*/
5938-
'baseUrl' => apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/16.0.1/72x72/' ),
5938+
'baseUrl' => apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/17.0.1/72x72/' ),
59395939

59405940
/**
59415941
* Filters the extension of the emoji png files.
@@ -5953,7 +5953,7 @@ function _print_emoji_detection_script() {
59535953
*
59545954
* @param string $url The emoji base URL for svg images.
59555955
*/
5956-
'svgUrl' => apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/16.0.1/svg/' ),
5956+
'svgUrl' => apply_filters( 'emoji_svg_url', 'https://s.w.org/images/core/emoji/17.0.1/svg/' ),
59575957

59585958
/**
59595959
* Filters the extension of the emoji SVG files.
@@ -6060,7 +6060,7 @@ function wp_staticize_emoji( $text ) {
60606060
}
60616061

60626062
/** This filter is documented in wp-includes/formatting.php */
6063-
$cdn_url = apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/16.0.1/72x72/' );
6063+
$cdn_url = apply_filters( 'emoji_url', 'https://s.w.org/images/core/emoji/17.0.1/72x72/' );
60646064

60656065
/** This filter is documented in wp-includes/formatting.php */
60666066
$ext = apply_filters( 'emoji_ext', '.png' );

0 commit comments

Comments
 (0)