Emoji: Fix typo in browserSupportsEmoji() comment.

Fairies not Faries, introduced in [40850].

Fixes #41157.


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


git-svn-id: http://core.svn.wordpress.org/trunk@40786 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Peter Wilson 2017-06-25 07:05:42 +00:00
parent 980f342ad6
commit cc82d38f47
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@
return flag !== flag2; return flag !== flag2;
case 'emoji4': case 'emoji4':
/* /*
* Emoji 5 has faries of all genders. * Emoji 5 has fairies of all genders.
* *
* To test for support, try to render a new emoji (fairy, male), then compares * 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 * it to how it would look if the browser doesn't render it correctly

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.9-alpha-40935'; $wp_version = '4.9-alpha-40936';
/** /**
* 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.