diff options
author | Starla Insigna <starla4444@gmail.com> | 2011-04-01 05:25:00 -0400 |
---|---|---|
committer | Starla Insigna <starla4444@gmail.com> | 2011-04-01 05:25:00 -0400 |
commit | 0a1ee3bb2456138060d2d4a20686d5748c757821 (patch) | |
tree | c62a0711da7e0db8f405ddb5fdb38c164730b870 /includes/specialdates.php | |
parent | e6362171e86d53155c34bf60f2786ee5af0cb707 (diff) | |
download | fourisland-0a1ee3bb2456138060d2d4a20686d5748c757821.tar.gz fourisland-0a1ee3bb2456138060d2d4a20686d5748c757821.tar.bz2 fourisland-0a1ee3bb2456138060d2d4a20686d5748c757821.zip |
April Fools Day 2011: Fixed references to fourisland.com
Diffstat (limited to 'includes/specialdates.php')
-rwxr-xr-x | includes/specialdates.php | 1 |
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; |