/[drupal]/contributions/modules/geshifilter/geshifilter.filtertips.inc
ViewVC logotype

Diff of /contributions/modules/geshifilter/geshifilter.filtertips.inc

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

revision 1.1.2.3, Thu May 1 17:01:02 2008 UTC revision 1.1.2.4, Sun Jul 12 23:33:02 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: geshifilter.filtertips.inc,v 1.1.2.2 2008/01/18 22:45:51 soxofaan Exp $  // $Id: geshifilter.filtertips.inc,v 1.1.2.3 2008/05/01 17:01:02 soxofaan Exp $
3    
4  require_once('geshifilter.inc');  require_once('geshifilter.inc');
5    
# Line 36  function _geshifilter_filter_tips($delta Line 36  function _geshifilter_filter_tips($delta
36      // language tags      // language tags
37      $tags = array();      $tags = array();
38      foreach ($language_tags as $tag) {      foreach ($language_tags as $tag) {
39        $tags[] = '"<code>'. $bracket_open . $tag . $bracket_close .'</code>" '. t('for @lang source code', array('@lang' => $languages[$tag_to_lang[$tag]]));        $tags[] = t('"<code>@tag-code</code>" for @lang source code', array('@tag-code' => $bracket_open . $tag . $bracket_close, '@lang' => $languages[$tag_to_lang[$tag]]));
40      }      }
41      $items[] = t('Language specific syntax highlighting tags: !tags.', array('!tags' => implode(', ', $tags)));      $items[] = t('Language specific syntax highlighting tags: !tags.', array('!tags' => implode(', ', $tags)));
42      // PHP specific delimiters      // PHP specific delimiters

Legend:
Removed from v.1.1.2.3  
changed lines
  Added in v.1.1.2.4

  ViewVC Help
Powered by ViewVC 1.1.2