Make WordPress Core


Ignore:
Timestamp:
04/10/2015 06:29:49 AM (10 years ago)
Author:
pento
Message:

Smilies: Tweak which smiley matches which emoji.

Props iseulde.

See #31709.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r32104 r32105  
    29592959          ':shock:' => "\xf0\x9f\x98\xaf",
    29602960          ':smile:' => 'simple-smile.png',
    2961             ':???:' => "\xf0\x9f\x98\xaf",
     2961            ':???:' => "\xf0\x9f\x98\x95",
    29622962           ':cool:' => "\xf0\x9f\x98\x8e",
    29632963           ':evil:' => "\xf0\x9f\x91\xbf",
    2964            ':grin:' => "\xf0\x9f\x98\x84",
     2964           ':grin:' => "\xf0\x9f\x98\x80",
    29652965           ':idea:' => "\xf0\x9f\x92\xa1",
    29662966           ':oops:' => "\xf0\x9f\x98\xb3",
     
    29692969           ':wink:' => "\xf0\x9f\x98\x89",
    29702970            ':cry:' => "\xf0\x9f\x98\xa5",
    2971             ':eek:' => "\xf0\x9f\x98\xaf",
    2972             ':lol:' => "\xf0\x9f\x98\x84",
     2971            ':eek:' => "\xf0\x9f\x98\xae",
     2972            ':lol:' => "\xf0\x9f\x98\x86",
    29732973            ':mad:' => "\xf0\x9f\x98\xa1",
    29742974            ':sad:' => 'frownie.png',
     
    29772977              ':-(' => 'frownie.png',
    29782978              ':-)' => 'simple-smile.png',
    2979               ':-?' => "\xf0\x9f\x98\xaf",
    2980               ':-D' => "\xf0\x9f\x98\x84",
     2979              ':-?' => "\xf0\x9f\x98\x95",
     2980              ':-D' => "\xf0\x9f\x98\x80",
    29812981              ':-P' => "\xf0\x9f\x98\x9b",
    2982               ':-o' => "\xf0\x9f\x98\xaf",
     2982              ':-o' => "\xf0\x9f\x98\xae",
    29832983              ':-x' => "\xf0\x9f\x98\xa1",
    29842984              ':-|' => "\xf0\x9f\x98\x90",
     
    29892989               ':(' => 'frownie.png',
    29902990               ':)' => 'simple-smile.png',
    2991                ':?' => "\xf0\x9f\x98\xaf",
    2992                ':D' => "\xf0\x9f\x98\x84",
     2991               ':?' => "\xf0\x9f\x98\x95",
     2992               ':D' => "\xf0\x9f\x98\x80",
    29932993               ':P' => "\xf0\x9f\x98\x9b",
    29942994               ':o' => "\xf0\x9f\x98\xaf",
Note: See TracChangeset for help on using the changeset viewer.