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",
|
||||
':lol:' => "\xf0\x9f\x98\x84",
|
||||
':mad:' => "\xf0\x9f\x98\xa1",
|
||||
':sad:' => "\xf0\x9f\x98\xa6",
|
||||
':sad:' => 'frownie.png',
|
||||
'8-)' => "\xf0\x9f\x98\x8e",
|
||||
'8-O' => "\xf0\x9f\x98\xaf",
|
||||
':-(' => "\xf0\x9f\x98\xa6",
|
||||
':-(' => 'frownie.png',
|
||||
':-)' => 'simple-smile.png',
|
||||
':-?' => "\xf0\x9f\x98\xaf",
|
||||
':-D' => "\xf0\x9f\x98\x84",
|
||||
|
@ -2986,7 +2986,7 @@ function smilies_init() {
|
|||
// This one transformation breaks regular text with frequency.
|
||||
// '8)' => "\xf0\x9f\x98\x8e",
|
||||
'8O' => "\xf0\x9f\x98\xaf",
|
||||
':(' => "\xf0\x9f\x98\xa6",
|
||||
':(' => 'frownie.png',
|
||||
':)' => 'simple-smile.png',
|
||||
':?' => "\xf0\x9f\x98\xaf",
|
||||
':D' => "\xf0\x9f\x98\x84",
|
||||
|
|
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
|
||||
*/
|
||||
$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.
|
||||
|
|