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:
Andrew Nacin 2011-12-20 21:46:19 +00:00
parent 03ca3fcc4c
commit c671754b4f
1 changed files with 2 additions and 1 deletions

View File

@ -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',