Changeset 42601
- Timestamp:
- 01/24/2018 09:54:58 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/js/wp-emoji-loader.js
r41669 r42601 89 89 case 'emoji': 90 90 /* 91 * Emoji 5 has fairies of all genders.91 * Emoji allows people of all gender levitate and so does WordPress. 92 92 * 93 * To test for support, try to render a new emoji ( fairy, male), then compares94 * it to how it would look if the browser doesn't render it correctly95 * ( fairy +male sign).93 * To test for support, try to render a new emoji (woman in business suit levitating), 94 * then compare it to how it would look if the browser doesn't render it correctly 95 * (person in business suit levitating + female sign). 96 96 */ 97 97 isIdentical = emojiSetsRenderIdentically(
Note: See TracChangeset
for help on using the changeset viewer.