diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-06-30 17:23:12 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-06-30 17:23:12 +0000 |
commit | 47258bc309db674c1b5641fdbf1eb4b3d0c2d72d (patch) | |
tree | 0541b43d7dbe65f262e126e423285063fdefd4fe /modules/taxonomy/taxonomy.admin.inc | |
parent | d17c9a35ffbf4d8433a001b5c4fa3b37a6a46e78 (diff) | |
download | brdo-47258bc309db674c1b5641fdbf1eb4b3d0c2d72d.tar.gz brdo-47258bc309db674c1b5641fdbf1eb4b3d0c2d72d.tar.bz2 |
#506316 by Bojhan: Remove utterly useless description on term name field.
Diffstat (limited to 'modules/taxonomy/taxonomy.admin.inc')
-rw-r--r-- | modules/taxonomy/taxonomy.admin.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.admin.inc b/modules/taxonomy/taxonomy.admin.inc index 0a8012d89..e060a1532 100644 --- a/modules/taxonomy/taxonomy.admin.inc +++ b/modules/taxonomy/taxonomy.admin.inc @@ -708,7 +708,6 @@ function taxonomy_form_term(&$form_state, $vocabulary, $edit = array()) { '#title' => t('Term name'), '#default_value' => $edit['name'], '#maxlength' => 255, - '#description' => t('The name of this term.'), '#required' => TRUE); $form['identification']['description'] = array( '#type' => 'textarea', |