From 47258bc309db674c1b5641fdbf1eb4b3d0c2d72d Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 30 Jun 2009 17:23:12 +0000 Subject: #506316 by Bojhan: Remove utterly useless description on term name field. --- modules/taxonomy/taxonomy.admin.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/taxonomy/taxonomy.admin.inc') 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', -- cgit v1.2.3