Disable the 8) smiley as it breaks regular text more than all of the others. props sksmatt. fixes #17122.
git-svn-id: https://develop.svn.wordpress.org/trunk@19613 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
03ca3fcc4c
commit
c671754b4f
@ -2369,7 +2369,8 @@ function smilies_init() {
|
||||
':-x' => 'icon_mad.gif',
|
||||
':-|' => 'icon_neutral.gif',
|
||||
';-)' => 'icon_wink.gif',
|
||||
'8)' => 'icon_cool.gif',
|
||||
// This one transformation breaks regular text with frequency.
|
||||
// '8)' => 'icon_cool.gif',
|
||||
'8O' => 'icon_eek.gif',
|
||||
':(' => 'icon_sad.gif',
|
||||
':)' => 'icon_smile.gif',
|
||||
|
Loading…
Reference in New Issue
Block a user