diff options
Diffstat (limited to 'modules/taxonomy')
-rw-r--r-- | modules/taxonomy/taxonomy.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 9bbe24ee4..a5401debf 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -226,6 +226,7 @@ function taxonomy_form_vocabulary($edit = array()) { ); $form['help'] = array('#type' => 'textfield', '#title' => t('Help text'), + '#maxlength' => 255, '#default_value' => $edit['help'], '#description' => t('Instructions to present to the user when choosing a term.'), ); |