function nodereferrer_help in NodeReferrer 5
Same name and namespace in other branches
- 6 nodereferrer.module \nodereferrer_help()
- 7 nodereferrer.module \nodereferrer_help()
Implementation of hook_help().
File
- ./
nodereferrer.module, line 16 - Defines a field type for backlinking referencing nodes. @todo -clear content cache with nodeapi. -query nids for access on load/view..
Code
function nodereferrer_help($section) {
switch ($section) {
case 'admin/modules#description':
return t('<strong>CCK:</strong> Defines a field type for displaying referrers to a node. <em>Note: Requires content.module.</em>');
}
}