$form['shadow']=array('#type'=>'checkbox','#title'=>t('Leave shadow copy'),'#default_value'=>$shadow,'#description'=>t('If you move this topic, you can leave a link in the old forum to the new forum.'));
$form['shadow']=array('#type'=>'checkbox','#title'=>t('Leave shadow copy'),'#default_value'=>$shadow,'#description'=>t('If you move this topic, you can leave a link in the old forum to the new forum.'));
@@ -531,7 +531,8 @@ function taxonomy_form_alter($form_id, &$form) {
$form['taxonomy']['tags'][$vocabulary->vid]=array('#type'=>'textfield','#default_value'=>$typed_string,'#maxlength'=>100,'#autocomplete_path'=>'taxonomy/autocomplete/'.$vocabulary->vid,'#required'=>$vocabulary->required,'#title'=>$vocabulary->name,'#description'=>t('A comma-separated list of terms describing this content (Example: funny, bungie jumping, "Company, Inc.").'));
@@ -531,7 +531,8 @@ function taxonomy_form_alter($form_id, &$form) {
$form['taxonomy']['tags'][$vocabulary->vid]=array('#type'=>'textfield','#default_value'=>$typed_string,'#maxlength'=>100,'#autocomplete_path'=>'taxonomy/autocomplete/'.$vocabulary->vid,'#required'=>$vocabulary->required,'#title'=>$vocabulary->name,'#description'=>t('A comma-separated list of terms describing this content (Example: funny, bungie jumping, "Company, Inc.").'));