function og_subgroups_prop_help in Subgroups for Organic groups 6
Implementation of hook_help().
File
- modules/
og_subgroups_prop/ og_subgroups_prop.module, line 24
Code
function og_subgroups_prop_help($path, $arg) {
switch ($path) {
case 'admin/og/subgroups/propagation':
return t('<p>Use the settings below to configure the propagation of content and users along the subgroup tree.
Propagation can happen up the tree (parents), down the tree (children), or sidways (siblings)</p>');
}
}