theme_help($section)
drupal/includes/theme.inc, line 34
Hook Help - returns theme specific help and information.
section defines the @a section of the help to be returned.
a string containing the help output.
function theme_help($section) {
switch ($section) {
case 'admin/themes#description':
return t('The base theme');
}
}