/[drupal]/contributions/modules/nodewords/nodewords.install
ViewVC logotype

Diff of /contributions/modules/nodewords/nodewords.install

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

revision 1.10.2.130 by kiam, Mon Nov 23 08:12:34 2009 UTC revision 1.10.2.131 by kiam, Thu Nov 26 23:39:31 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: nodewords.install,v 1.10.2.129 2009/11/23 00:28:12 kiam Exp $  // $Id: nodewords.install,v 1.10.2.130 2009/11/23 08:12:34 kiam Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 16  function nodewords_requirements($phase) Line 16  function nodewords_requirements($phase)
16      if (!count(module_implements('nodewords_api'))) {      if (!count(module_implements('nodewords_api'))) {
17        $requirements['nodewords'] = array(        $requirements['nodewords'] = array(
18          'title' => t('Nodewords'),          'title' => t('Nodewords'),
19          'description' => t('Nodewords does not create meta tags anymore; it is just a module that implements a public API used from the modules that create meta tags. You need to enable at least one module between nodewords_basic.module, nodewords_extra.module, and nodewords_verification_tags.module that are listed under <em>Meta tags</em> in the modules page.'),          'description' => t('There are no modules that implement meta tags. You need to enable at least one module between nodewords_basic.module, nodewords_extra.module, and nodewords_verification_tags.module that are listed under <em>Meta tags</em> in the <a href="@modules-page">modules page</a>.', array('@modules-page' => url('admin/build/modules'))),
20          'severity' => REQUIREMENT_ERROR,          'severity' => REQUIREMENT_ERROR,
21          'value' => t('Enable the <a href="@url">meta tags modules</a>.', array('@url' => url('admin/build/modules'))),          'value' => t('Enable the <a href="@url">meta tags modules</a>.', array('@url' => url('admin/build/modules'))),
22        );        );

Legend:
Removed from v.1.10.2.130  
changed lines
  Added in v.1.10.2.131

  ViewVC Help
Powered by ViewVC 1.1.3