diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-07-13 11:53:33 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-07-13 11:53:33 +0000 |
commit | 89c68399bc5afa8d00953351ff34b8907f738c99 (patch) | |
tree | 2683061919cf7944d96451da18ccd26e4cd4bc07 /modules | |
parent | 10d1fe9c53ed223f9fb95b1eb983bc150f6c0e68 (diff) | |
download | brdo-89c68399bc5afa8d00953351ff34b8907f738c99.tar.gz brdo-89c68399bc5afa8d00953351ff34b8907f738c99.tar.bz2 |
- Patch #73361 by Ber: remove unneeded size restriction for vocabulary help.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/taxonomy/taxonomy.module | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 4e17af388..93c90b0ca 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -212,7 +212,6 @@ function taxonomy_form_vocabulary($edit = array()) { $form['help'] = array('#type' => 'textfield', '#title' => t('Help text'), '#default_value' => $edit['help'], - '#maxlength' => 255, '#description' => t('Instructions to present to the user when choosing a term.'), ); $form['nodes'] = array('#type' => 'checkboxes', |