function geshinode_help in GeSHi Filter for syntax highlighting 6
Same name and namespace in other branches
- 5.2 geshinode.module \geshinode_help()
Implementation of hook_help().
File
- ./
geshinode.module, line 27 - Implementation of a GeSHi node.
Code
function geshinode_help($path, $arg) {
if ($path == 'admin/settings/geshifilter/geshinode') {
return '<p>' . t('Settings of the GeSHi source code node type.') . '</p>';
}
}