| 1 |
<?php |
<?php |
| 2 |
// $Id: seochecklist.module,v 1.1.2.9 2009/10/29 00:01:46 davereid Exp $ |
// $Id: seochecklist.module,v 1.1.2.10 2009/11/21 00:15:59 davereid Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 8 |
|
|
| 9 |
function seochecklist_help($section) { |
function seochecklist_help($section) { |
| 10 |
if ($section == 'admin/settings/seochecklist') { |
if ($section == 'admin/settings/seochecklist') { |
| 11 |
return '<p><strong>' . t("Check off each SEO-related task as you complete it. Do not forget to click <em>Save</em>!") . '</strong></p>'; |
return '<p>' . t('Check off each SEO-related task as you complete it. Do not forget to click the <em>Save</em> button!') . '</p>'; |
| 12 |
} |
} |
| 13 |
} |
} |
| 14 |
|
|