From 05fef4cd88030e04f233b332a8e32057fb57d5e4 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Fri, 15 Oct 2010 19:21:59 -0400 Subject: Backported [nosmilies] from Layout 8 --- includes/parsers.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'includes/parsers.php') diff --git a/includes/parsers.php b/includes/parsers.php index 86284af..a57561d 100755 --- a/includes/parsers.php +++ b/includes/parsers.php @@ -28,8 +28,9 @@ include('includes/smilies.php'); function parseText($text) { $text = htmlspecialchars($text); + $text = parseSmiliesFirstPass($text); $text = parseBBCode($text); - $text = parseSmilies($text); + $text = parseSmiliesSecondPass($text); $text = doAprilFoolsDay($text); return $text; -- cgit 1.4.1