File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
tests/phpunit/tests/formatting Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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/17.0.1/72x72/ ' ),
5938+ 'baseUrl ' => apply_filters ( 'emoji_url ' , 'https://s.w.org/images/core/emoji/17.0.1-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/17.0.1/svg/ ' ),
5956+ 'svgUrl ' => apply_filters ( 'emoji_svg_url ' , 'https://s.w.org/images/core/emoji/17.0.1-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/17.0.1/72x72/ ' );
6063+ $ cdn_url = apply_filters ( 'emoji_url ' , 'https://s.w.org/images/core/emoji/17.0.1-1 /72x72/ ' );
60646064
60656065 /** This filter is documented in wp-includes/formatting.php */
60666066 $ ext = apply_filters ( 'emoji_ext ' , '.png ' );
Original file line number Diff line number Diff line change 66 */
77class Tests_Formatting_Emoji extends WP_UnitTestCase {
88
9- private $ png_cdn = 'https://s.w.org/images/core/emoji/17.0.1/72x72/ ' ;
10- private $ svg_cdn = 'https://s.w.org/images/core/emoji/17.0.1/svg/ ' ;
9+ private $ png_cdn = 'https://s.w.org/images/core/emoji/17.0.1-1 /72x72/ ' ;
10+ private $ svg_cdn = 'https://s.w.org/images/core/emoji/17.0.1-1 /svg/ ' ;
1111
1212 /**
1313 * @ticket 63842
You can’t perform that action at this time.
0 commit comments