/[drupal]/contributions/modules/search_keywords/search_keywords.module
ViewVC logotype

Diff of /contributions/modules/search_keywords/search_keywords.module

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

revision 1.17.2.1, Sat Jan 6 16:20:18 2007 UTC revision 1.17.2.2, Tue Mar 27 05:59:03 2007 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: search_keywords.module,v 1.17 2007/01/03 01:48:51 sugree Exp $  // $Id: search_keywords.module,v 1.17.2.1 2007/01/06 16:20:18 sugree Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 17  function search_keywords_help($section) Line 17  function search_keywords_help($section)
17      case 'admin/modules#description':      case 'admin/modules#description':
18        return t('Logs access search_keywords for your site.');        return t('Logs access search_keywords for your site.');
19      case 'admin/settings/search_keywords':      case 'admin/settings/search_keywords':
20        return t('<p>Settings for the search keywords information that Drupal will keep about the site. See <a href="%search_keywords">site search_keywords</a> for the actual information.</p>', array('%search_keywords' => url('admin/logs/search_keywords')));        return t('<p>Settings for the search keywords information that Drupal will keep about the site. See <a href="!search_keywords">site search_keywords</a> for the actual information.</p>', array('!search_keywords' => url('admin/logs/search_keywords')));
21      case 'admin/logs/search_keywords':      case 'admin/logs/search_keywords':
22        return t('<p>This page shows you the recent search keywords.</p>');        return t('<p>This page shows you the recent search keywords.</p>');
23    }    }

Legend:
Removed from v.1.17.2.1  
changed lines
  Added in v.1.17.2.2

  ViewVC Help
Powered by ViewVC 1.1.2