#112556 by RobRoy. Match maxlength with the database.

5.x
Neil Drumm 2007-02-27 19:19:28 +00:00
parent 526f50912f
commit fc3d35ee95
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,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.'),
);