function persistent_login_help in Persistent Login 5
Same name and namespace in other branches
- 6 persistent_login.module \persistent_login_help()
- 7 persistent_login.module \persistent_login_help()
Implementation of hook_help().
File
- ./
persistent_login.module, line 20
Code
function persistent_login_help($section) {
if ($section == 'admin/modules#description') {
return t('Provide a "Remember Me" checkbox in the login form');
}
}