diff options
Diffstat (limited to 'includes/parsers.php')
-rwxr-xr-x | includes/parsers.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/parsers.php b/includes/parsers.php index 5e984c2..b7dd869 100755 --- a/includes/parsers.php +++ b/includes/parsers.php | |||
@@ -29,6 +29,7 @@ function parseText($text) | |||
29 | { | 29 | { |
30 | $text = parseBBCode($text); | 30 | $text = parseBBCode($text); |
31 | $text = parseSmilies($text); | 31 | $text = parseSmilies($text); |
32 | $text = doAprilFoolsDay($text); | ||
32 | 33 | ||
33 | return $text; | 34 | return $text; |
34 | } | 35 | } |