function quote_help in Quote 8.2
Same name and namespace in other branches
- 5 quote.module \quote_help()
- 6.2 quote.admin.inc \quote_help()
- 6 quote.admin.inc \quote_help()
- 7.2 quote.module \quote_help()
- 7 quote.module \quote_help()
Implements hook_help().
File
- ./
quote.module, line 17 - Allows users to quote posts or comments.
Code
function quote_help($path, $arg) {
return '';
}