Changeset 42603
- Timestamp:
- 01/24/2018 10:04: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
r42601 r42603 96 96 */ 97 97 isIdentical = emojiSetsRenderIdentically( 98 [ 55358, 56794, 8205, 9794, 65039],99 [ 55358, 56794, 8203, 9794, 65039]98 [55357, 56692, 8205, 9792, 65039], 99 [55357, 56692, 8203, 9792, 65039] 100 100 ); 101 101 return ! isIdentical;
Note: See TracChangeset
for help on using the changeset viewer.