diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2010-03-28 09:42:25 -0400 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2010-03-28 09:42:25 -0400 |
commit | ec5b2499fff7cd30e1c221dbd63b37ef507d41b8 (patch) | |
tree | 33155a39a545717958a45593c84cbbca4051bd4e /includes/parsers.php | |
parent | 93d3209110d435d43cc9016aa6cf4acff6028011 (diff) | |
download | fourisland-ec5b2499fff7cd30e1c221dbd63b37ef507d41b8.tar.gz fourisland-ec5b2499fff7cd30e1c221dbd63b37ef507d41b8.tar.bz2 fourisland-ec5b2499fff7cd30e1c221dbd63b37ef507d41b8.zip |
Added April Fools Day joke
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 | } |