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.

Built from https://develop.svn.wordpress.org/trunk@42598


git-svn-id: http://core.svn.wordpress.org/trunk@42427 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Peter Wilson 2018-01-24 21:47:30 +00:00
parent 365c70d415
commit 891c8255c3
2 changed files with 5 additions and 5 deletions

View File

@ -88,11 +88,11 @@
return ! isIdentical; return ! isIdentical;
case 'emoji': 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 * To test for support, try to render a new emoji (woman in business suit levitating),
* it to how it would look if the browser doesn't render it correctly * then compare it to how it would look if the browser doesn't render it correctly
* (fairy + male sign). * (person in business suit levitating + female sign).
*/ */
isIdentical = emojiSetsRenderIdentically( isIdentical = emojiSetsRenderIdentically(
[ 55358, 56794, 8205, 9794, 65039 ], [ 55358, 56794, 8205, 9794, 65039 ],

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.0-alpha-42595'; $wp_version = '5.0-alpha-42598';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.