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