function bbcode_help in Bbcode 5
File
- ./
bbcode.module, line 3
Code
function bbcode_help($section) {
if ($section == 'admin/modules#description') {
return t('Allow the use of BBCode in your posts.');
}
}
function bbcode_help($section) {
if ($section == 'admin/modules#description') {
return t('Allow the use of BBCode in your posts.');
}
}