function image_attach_help in Image 5
Same name and namespace in other branches
- 5.2 contrib/image_attach/image_attach.module \image_attach_help()
Implementation of hook_help().
File
- contrib/
image_attach/ image_attach.module, line 12 - image_attach.module
Code
function image_attach_help($section) {
switch ($section) {
case 'admin/settings/modules#description':
return t('Allows easy attaching of image nodes to other content types.');
}
}