Make WordPress Core


Ignore:
Timestamp:
01/17/2016 10:27:52 PM (9 years ago)
Author:
iseulde
Message:

Emoji: adjust $wpsmiliestrans

Swap simple-smile.png with SLIGHTLY SMILING FACE
and frownie.png with SLIGHTLY FROWNING FACE

Fixes #31710.

File:
1 edited

Legend:

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

    r36310 r36336  
    31543154          ':arrow:' => "\xe2\x9e\xa1",
    31553155          ':shock:' => "\xf0\x9f\x98\xaf",
    3156           ':smile:' => 'simple-smile.png',
     3156          ':smile:' => "\xf0\x9f\x99\x82",
    31573157            ':???:' => "\xf0\x9f\x98\x95",
    31583158           ':cool:' => "\xf0\x9f\x98\x8e",
     
    31683168            ':lol:' => "\xf0\x9f\x98\x86",
    31693169            ':mad:' => "\xf0\x9f\x98\xa1",
    3170             ':sad:' => 'frownie.png',
     3170            ':sad:' => "\xf0\x9f\x99\x81",
    31713171              '8-)' => "\xf0\x9f\x98\x8e",
    31723172              '8-O' => "\xf0\x9f\x98\xaf",
    3173               ':-(' => 'frownie.png',
    3174               ':-)' => 'simple-smile.png',
     3173              ':-(' => "\xf0\x9f\x99\x81",
     3174              ':-)' => "\xf0\x9f\x99\x82",
    31753175              ':-?' => "\xf0\x9f\x98\x95",
    31763176              ':-D' => "\xf0\x9f\x98\x80",
     
    31833183        //     '8)' => "\xf0\x9f\x98\x8e",
    31843184               '8O' => "\xf0\x9f\x98\xaf",
    3185                ':(' => 'frownie.png',
    3186                ':)' => 'simple-smile.png',
     3185               ':(' => "\xf0\x9f\x99\x81",
     3186               ':)' => "\xf0\x9f\x99\x82",
    31873187               ':?' => "\xf0\x9f\x98\x95",
    31883188               ':D' => "\xf0\x9f\x98\x80",
Note: See TracChangeset for help on using the changeset viewer.