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