/[drupal]/contributions/modules/scripturefilter/scripturefilter.module
ViewVC logotype

Diff of /contributions/modules/scripturefilter/scripturefilter.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.10, Fri Feb 13 21:52:57 2009 UTC revision 1.11, Fri Feb 13 22:40:30 2009 UTC
# Line 1  Line 1 
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    
# Line 57  function scripturefilter_filter($op, $de Line 64  function scripturefilter_filter($op, $de
64        return $text;        return $text;
65    }    }
66  }  }
   
 ?>  

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.2