- Patch #19884 by Robin Monks: added help text for ?q=admin/forum/configure
parent
5c56cd5b33
commit
d0d5b52ac1
|
@ -19,6 +19,8 @@ function forum_help($section) {
|
|||
return t('<p>A forum holds discussion topics that are related. For example, a forum named "Fruit" might contain topics titled "Apples" and "Bananas".</p>');
|
||||
case 'admin/modules#description':
|
||||
return t('Enables threaded discussions about general topics.');
|
||||
case 'admin/forum/configure':
|
||||
return t('This is where you can configure system-wide options for how your forums act and display.');
|
||||
case 'node/add#forum':
|
||||
return t('Create a new topic for discussion in the forums.');
|
||||
}
|
||||
|
|
|
@ -19,6 +19,8 @@ function forum_help($section) {
|
|||
return t('<p>A forum holds discussion topics that are related. For example, a forum named "Fruit" might contain topics titled "Apples" and "Bananas".</p>');
|
||||
case 'admin/modules#description':
|
||||
return t('Enables threaded discussions about general topics.');
|
||||
case 'admin/forum/configure':
|
||||
return t('This is where you can configure system-wide options for how your forums act and display.');
|
||||
case 'node/add#forum':
|
||||
return t('Create a new topic for discussion in the forums.');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue