Smilies: Tweak which smiley matches which emoji.

Props iseulde.

See #31709.


Built from https://develop.svn.wordpress.org/trunk@32105


git-svn-id: http://core.svn.wordpress.org/trunk@32084 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2015-04-10 06:30:26 +00:00
parent b7c7882d1c
commit 56f59c2ad7
2 changed files with 10 additions and 10 deletions

View File

@ -2958,28 +2958,28 @@ function smilies_init() {
':arrow:' => "\xe2\x9e\xa1", ':arrow:' => "\xe2\x9e\xa1",
':shock:' => "\xf0\x9f\x98\xaf", ':shock:' => "\xf0\x9f\x98\xaf",
':smile:' => 'simple-smile.png', ':smile:' => 'simple-smile.png',
':???:' => "\xf0\x9f\x98\xaf", ':???:' => "\xf0\x9f\x98\x95",
':cool:' => "\xf0\x9f\x98\x8e", ':cool:' => "\xf0\x9f\x98\x8e",
':evil:' => "\xf0\x9f\x91\xbf", ':evil:' => "\xf0\x9f\x91\xbf",
':grin:' => "\xf0\x9f\x98\x84", ':grin:' => "\xf0\x9f\x98\x80",
':idea:' => "\xf0\x9f\x92\xa1", ':idea:' => "\xf0\x9f\x92\xa1",
':oops:' => "\xf0\x9f\x98\xb3", ':oops:' => "\xf0\x9f\x98\xb3",
':razz:' => "\xf0\x9f\x98\x9b", ':razz:' => "\xf0\x9f\x98\x9b",
':roll:' => 'rolleyes.png', ':roll:' => 'rolleyes.png',
':wink:' => "\xf0\x9f\x98\x89", ':wink:' => "\xf0\x9f\x98\x89",
':cry:' => "\xf0\x9f\x98\xa5", ':cry:' => "\xf0\x9f\x98\xa5",
':eek:' => "\xf0\x9f\x98\xaf", ':eek:' => "\xf0\x9f\x98\xae",
':lol:' => "\xf0\x9f\x98\x84", ':lol:' => "\xf0\x9f\x98\x86",
':mad:' => "\xf0\x9f\x98\xa1", ':mad:' => "\xf0\x9f\x98\xa1",
':sad:' => 'frownie.png', ':sad:' => 'frownie.png',
'8-)' => "\xf0\x9f\x98\x8e", '8-)' => "\xf0\x9f\x98\x8e",
'8-O' => "\xf0\x9f\x98\xaf", '8-O' => "\xf0\x9f\x98\xaf",
':-(' => 'frownie.png', ':-(' => 'frownie.png',
':-)' => 'simple-smile.png', ':-)' => 'simple-smile.png',
':-?' => "\xf0\x9f\x98\xaf", ':-?' => "\xf0\x9f\x98\x95",
':-D' => "\xf0\x9f\x98\x84", ':-D' => "\xf0\x9f\x98\x80",
':-P' => "\xf0\x9f\x98\x9b", ':-P' => "\xf0\x9f\x98\x9b",
':-o' => "\xf0\x9f\x98\xaf", ':-o' => "\xf0\x9f\x98\xae",
':-x' => "\xf0\x9f\x98\xa1", ':-x' => "\xf0\x9f\x98\xa1",
':-|' => "\xf0\x9f\x98\x90", ':-|' => "\xf0\x9f\x98\x90",
';-)' => "\xf0\x9f\x98\x89", ';-)' => "\xf0\x9f\x98\x89",
@ -2988,8 +2988,8 @@ function smilies_init() {
'8O' => "\xf0\x9f\x98\xaf", '8O' => "\xf0\x9f\x98\xaf",
':(' => 'frownie.png', ':(' => 'frownie.png',
':)' => 'simple-smile.png', ':)' => 'simple-smile.png',
':?' => "\xf0\x9f\x98\xaf", ':?' => "\xf0\x9f\x98\x95",
':D' => "\xf0\x9f\x98\x84", ':D' => "\xf0\x9f\x98\x80",
':P' => "\xf0\x9f\x98\x9b", ':P' => "\xf0\x9f\x98\x9b",
':o' => "\xf0\x9f\x98\xaf", ':o' => "\xf0\x9f\x98\xaf",
':x' => "\xf0\x9f\x98\xa1", ':x' => "\xf0\x9f\x98\xa1",

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.2-beta4-32104'; $wp_version = '4.2-beta4-32105';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.