summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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;