Make WordPress Core

Changeset 42603


Ignore:
Timestamp:
01/24/2018 10:04:58 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Emoji: Update Emoji browser support tests for Twemoji v2.4.0

Really, following [42598].

Props peterwilsoncc.
Merges [42602] to the 4.9 branch.
Fixes #42862.

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  
    9696                 */
    9797                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]
    100100                );
    101101                return ! isIdentical;
Note: See TracChangeset for help on using the changeset viewer.