From 22f98e3e6e2aca329e0766bb29119df9e68df40d Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Wed, 24 Jan 2018 21:46:46 +0000 Subject: [PATCH] Emoji: Update Emoji browser support tests for Twemoji v2.4.0 Replaces the fairy (male) browser support test with a woman in business suit levitating. While the things that make people different sometimes become less obvious this isn't always a problem, because the things that make you strange are the things that make you powerful. Fixes #42862 for trunk. git-svn-id: https://develop.svn.wordpress.org/trunk@42598 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/js/wp-emoji-loader.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wp-includes/js/wp-emoji-loader.js b/src/wp-includes/js/wp-emoji-loader.js index 339b22119a..7dec09a568 100644 --- a/src/wp-includes/js/wp-emoji-loader.js +++ b/src/wp-includes/js/wp-emoji-loader.js @@ -88,11 +88,11 @@ return ! isIdentical; case 'emoji': /* - * Emoji 5 has fairies of all genders. + * Emoji allows people of all gender levitate and so does WordPress. * - * To test for support, try to render a new emoji (fairy, male), then compares - * it to how it would look if the browser doesn't render it correctly - * (fairy + male sign). + * To test for support, try to render a new emoji (woman in business suit levitating), + * then compare it to how it would look if the browser doesn't render it correctly + * (person in business suit levitating + female sign). */ isIdentical = emojiSetsRenderIdentically( [ 55358, 56794, 8205, 9794, 65039 ],