function i18nprofile_help in Internationalization 5.3
Same name and namespace in other branches
- 5 i18nprofile/i18nprofile.module \i18nprofile_help()
- 5.2 i18nprofile/i18nprofile.module \i18nprofile_help()
- 6 i18nprofile/i18nprofile.module \i18nprofile_help()
Implementation of hook_help()
File
- i18nprofile/
i18nprofile.module, line 15
Code
function i18nprofile_help($section = 'admin/help#i18nmenu') {
switch ($section) {
case 'admin/modules#description':
return t('Supports translation for profile module field names and descriptions.');
}
}