/[drupal]/contributions/modules/nodewords/nodewords.admin.inc
ViewVC logotype

Diff of /contributions/modules/nodewords/nodewords.admin.inc

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

revision 1.1.2.109 by kiam, Thu Nov 26 18:01:22 2009 UTC revision 1.1.2.110 by kiam, Thu Nov 26 19:52:50 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: nodewords.admin.inc,v 1.1.2.108 2009/11/23 08:28:09 kiam Exp $  // $Id: nodewords.admin.inc,v 1.1.2.109 2009/11/26 18:01:22 kiam Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 282  function nodewords_settings_form() { Line 282  function nodewords_settings_form() {
282    $form['edit'] = array(    $form['edit'] = array(
283      '#type' => 'fieldset',      '#type' => 'fieldset',
284      '#title' => t('Meta tags to show on edit forms'),      '#title' => t('Meta tags to show on edit forms'),
285      '#description' => t('Select the meta tags you want to be able to edit; the meta tag edit fields will always be shown in the administration settings pages. The meta tags that appear only in the list of the meta tags output in HTML, are automatically set by a module.'),      '#description' => t('Select the meta tags you want to be able to edit.'),
286      '#collapsible' => TRUE,      '#collapsible' => TRUE,
287    );    );
288    

Legend:
Removed from v.1.1.2.109  
changed lines
  Added in v.1.1.2.110

  ViewVC Help
Powered by ViewVC 1.1.3