| 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 |
|
|
| 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 |