Smilies: Update our few remaining smilies to better align with Twemoji, and add frownie.png until Twemoji provide a build containing it.
Props joen. See #31709. Built from https://develop.svn.wordpress.org/trunk@32104 git-svn-id: http://core.svn.wordpress.org/trunk@32083 1a063a9b-81f0-0310-95a4-ce76da25c4cd
@ -2971,10 +2971,10 @@ function smilies_init() {
|
|||||||
':eek:' => "\xf0\x9f\x98\xaf",
|
':eek:' => "\xf0\x9f\x98\xaf",
|
||||||
':lol:' => "\xf0\x9f\x98\x84",
|
':lol:' => "\xf0\x9f\x98\x84",
|
||||||
':mad:' => "\xf0\x9f\x98\xa1",
|
':mad:' => "\xf0\x9f\x98\xa1",
|
||||||
':sad:' => "\xf0\x9f\x98\xa6",
|
':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",
|
||||||
':-(' => "\xf0\x9f\x98\xa6",
|
':-(' => 'frownie.png',
|
||||||
':-)' => 'simple-smile.png',
|
':-)' => 'simple-smile.png',
|
||||||
':-?' => "\xf0\x9f\x98\xaf",
|
':-?' => "\xf0\x9f\x98\xaf",
|
||||||
':-D' => "\xf0\x9f\x98\x84",
|
':-D' => "\xf0\x9f\x98\x84",
|
||||||
@ -2986,7 +2986,7 @@ function smilies_init() {
|
|||||||
// This one transformation breaks regular text with frequency.
|
// This one transformation breaks regular text with frequency.
|
||||||
// '8)' => "\xf0\x9f\x98\x8e",
|
// '8)' => "\xf0\x9f\x98\x8e",
|
||||||
'8O' => "\xf0\x9f\x98\xaf",
|
'8O' => "\xf0\x9f\x98\xaf",
|
||||||
':(' => "\xf0\x9f\x98\xa6",
|
':(' => 'frownie.png',
|
||||||
':)' => 'simple-smile.png',
|
':)' => 'simple-smile.png',
|
||||||
':?' => "\xf0\x9f\x98\xaf",
|
':?' => "\xf0\x9f\x98\xaf",
|
||||||
':D' => "\xf0\x9f\x98\x84",
|
':D' => "\xf0\x9f\x98\x84",
|
||||||
|
BIN
wp-includes/images/smilies/frownie.png
Normal file
After Width: | Height: | Size: 1007 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1008 B |
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.2-beta4-32103';
|
$wp_version = '4.2-beta4-32104';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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.
|
||||||
|