- Patch #19884 by Robin Monks: added help text for ?q=admin/forum/configure

4.7.x
Dries Buytaert 2005-04-11 18:21:59 +00:00
parent 5c56cd5b33
commit d0d5b52ac1
2 changed files with 4 additions and 0 deletions

View File

@ -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.');
}

View File

@ -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.');
}