| 1 |
<?php |
<?php |
|
/* $Id: scripturefilter.module,v 1.9 2007/02/25 00:13:22 smsimms Exp $ */ |
|
| 2 |
|
|
| 3 |
function scripturefilter_filter_tips($delta, $format, $long = false) { |
// $Id: scripturefilter.module,v 1.10 2009/02/13 21:52:57 smsimms Exp $ |
| 4 |
|
|
| 5 |
|
/** |
| 6 |
|
* @file |
| 7 |
|
* An input filter that turns scripture references into links to |
| 8 |
|
* various online Bibles. |
| 9 |
|
*/ |
| 10 |
|
|
| 11 |
|
function scripturefilter_filter_tips($delta, $format, $long = FALSE) { |
| 12 |
return t('Scripture references will be linked automatically to an online Bible. E.g. John 3:16, Eph 2:8-9 (ESV).'); |
return t('Scripture references will be linked automatically to an online Bible. E.g. John 3:16, Eph 2:8-9 (ESV).'); |
| 13 |
} |
} |
| 14 |
|
|
| 64 |
return $text; |
return $text; |
| 65 |
} |
} |
| 66 |
} |
} |
|
|
|
|
?> |
|