function seochecklist_help in SEO Checklist 5.2
Same name and namespace in other branches
- 6.3 seochecklist.module \seochecklist_help()
- 7.3 seochecklist.module \seochecklist_help()
@file SEO Checklist module allows users to track important SEO techniques on the website.
File
- ./
seochecklist.module, line 8 - SEO Checklist module allows users to track important SEO techniques on the website.
Code
function seochecklist_help($section) {
if ($section == 'admin/settings/seochecklist') {
return '<p>' . t('Check off each SEO-related task as you complete it. Do not forget to click the <em>Save</em> button!') . '</p>';
}
}