You are here

function quote_help in Quote 8.2

Same name and namespace in other branches
  1. 5 quote.module \quote_help()
  2. 6.2 quote.admin.inc \quote_help()
  3. 6 quote.admin.inc \quote_help()
  4. 7.2 quote.module \quote_help()
  5. 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 '';
}