summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorStarla Insigna <starla4444@gmail.com>2011-04-01 05:25:00 -0400
committerStarla Insigna <starla4444@gmail.com>2011-04-01 05:25:00 -0400
commit0a1ee3bb2456138060d2d4a20686d5748c757821 (patch)
treec62a0711da7e0db8f405ddb5fdb38c164730b870
parente6362171e86d53155c34bf60f2786ee5af0cb707 (diff)
downloadfourisland-0a1ee3bb2456138060d2d4a20686d5748c757821.tar.gz
fourisland-0a1ee3bb2456138060d2d4a20686d5748c757821.tar.bz2
fourisland-0a1ee3bb2456138060d2d4a20686d5748c757821.zip
April Fools Day 2011: Fixed references to fourisland.com
-rwxr-xr-xincludes/specialdates.php1
1 files changed, 1 insertions, 0 deletions
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)
369 $text = str_replace('FOUR', 'FRIDAY', $text); 369 $text = str_replace('FOUR', 'FRIDAY', $text);
370 $text = preg_replace('/([A-Za-z0-9 ]*)\: ([A-Za-z0-9 ]*)/', ' Rebecca Black: \2', $text); 370 $text = preg_replace('/([A-Za-z0-9 ]*)\: ([A-Za-z0-9 ]*)/', ' Rebecca Black: \2', $text);
371 $text = str_replace('Hatkirby', 'Rebecca Black', $text); 371 $text = str_replace('Hatkirby', 'Rebecca Black', $text);
372 $text = str_replace('fridayisland.com', 'fourisland.com', $text);
372 } 373 }
373 374
374 return $text; 375 return $text;