function cloze_help in Cloze 6
Same name and namespace in other branches
- 7 cloze.module \cloze_help()
Implementation of hook_help().
File
- ./
cloze.module, line 10
Code
function cloze_help($path, $args) {
if ($path == 'admin/help#cloze') {
return t('This module provides a cloze question type for Quiz.');
}
}