function taxonomy_title_help in Taxonomy Title 5
Implementation of hook_help()
File
- ./
taxonomy_title.module, line 6
Code
function taxonomy_title_help($section = '') {
switch ($section) {
case 'admin/content/taxonomy':
return t('<p>Set the page title on your Taxonomy pages.</p>');
case 'admin/help#quiz':
return t('<p>Set the page title on your Taxonomy pages.</p>');
}
}