/[drupal]/contributions/modules/seo_checklist/seochecklist.module
ViewVC logotype

Diff of /contributions/modules/seo_checklist/seochecklist.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1.2.10 by davereid, Sat Nov 21 00:15:59 2009 UTC revision 1.1.2.11 by davereid, Sat Nov 21 00:20:21 2009 UTC
# Line 1  Line 1 
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
# Line 8  Line 8 
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    

Legend:
Removed from v.1.1.2.10  
changed lines
  Added in v.1.1.2.11

  ViewVC Help
Powered by ViewVC 1.1.3