Disable the 8) smiley as it breaks regular text more than all of the others. props sksmatt. fixes #17122.

git-svn-id: http://svn.automattic.com/wordpress/trunk@19613 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2011-12-20 21:46:19 +00:00
parent d39a1d4b1b
commit 20be787163
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',