- Patch #73361 by Ber: remove unneeded size restriction for vocabulary help.

5.x
Dries Buytaert 2006-07-13 11:53:33 +00:00
parent 10d1fe9c53
commit 89c68399bc
1 changed files with 0 additions and 1 deletions

View File

@ -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',