From 0a1ee3bb2456138060d2d4a20686d5748c757821 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Fri, 1 Apr 2011 05:25:00 -0400 Subject: April Fools Day 2011: Fixed references to fourisland.com --- includes/specialdates.php | 1 + 1 file changed, 1 insertion(+) (limited to 'includes/specialdates.php') diff --git a/includes/specialdates.php b/includes/specialdates.php index 907ca8f..72fcee8 100755 --- a/includes/specialdates.php +++ b/includes/specialdates.php @@ -369,6 +369,7 @@ function doAprilFoolsDay($text) $text = str_replace('FOUR', 'FRIDAY', $text); $text = preg_replace('/([A-Za-z0-9 ]*)\: ([A-Za-z0-9 ]*)/', ' Rebecca Black: \2', $text); $text = str_replace('Hatkirby', 'Rebecca Black', $text); + $text = str_replace('fridayisland.com', 'fourisland.com', $text); } return $text; -- cgit 1.4.1