function smart_trim_help in Smart Trim 7
Same name and namespace in other branches
- 8 smart_trim.module \smart_trim_help()
Implements hook_help().
File
- ./
smart_trim.module, line 329 - Module functionality.
Code
function smart_trim_help($path, $arg) {
if ($path == 'admin/help#smart_trim') {
return '<p>' . t('This module creates a new text field formatter. There are no global configuration options.') . '</p>';
}
}