| 118 |
} |
} |
| 119 |
} |
} |
| 120 |
|
|
| 121 |
|
function pirate_filter_tips($delta, $format, $long = FALSE) { |
| 122 |
|
return "Avast! This website be taken over by pirates on September 19th. Yarr!"; |
| 123 |
|
} |
| 124 |
|
|
| 125 |
// support function for pirate() |
// support function for pirate() |
| 126 |
// this could probably be refactored to make it more generic, allowing |
// this could probably be refactored to make it more generic, allowing |
| 127 |
// different filters to pass their own patterns in. |
// different filters to pass their own patterns in. |