From 20be7871635bff6ad929340fe3ebf04cd3754022 Mon Sep 17 00:00:00 2001 From: nacin Date: Tue, 20 Dec 2011 21:46:19 +0000 Subject: [PATCH] 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 --- wp-includes/functions.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 76d8ca74b..6495db318 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -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',