| 1 |
<?php |
<?php |
| 2 |
/* $Id: scripturefilter.module,v 1.9 2007/02/25 00:13:22 smsimms Exp $ */ |
/* $Id: scripturefilter.module,v 1.8.4.1 2007/05/21 16:45:34 smsimms Exp $ */ |
|
|
|
|
function scripturefilter_help($section) { |
|
|
switch ($section) { |
|
|
case 'admin/modules#description': |
|
|
return t('Turns any Scripture reference into a link to one of several online Bibles.'); |
|
|
} |
|
|
} |
|
| 3 |
|
|
| 4 |
function scripturefilter_filter_tips($delta, $format, $long = false) { |
function scripturefilter_filter_tips($delta, $format, $long = false) { |
| 5 |
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).'); |