'!general'=>l(t('edit general challenge settings'),"admin/user/captcha"),
))
$form['captcha']['#description']=t('The challenge "@type" (by module "@module") is enabled here for untrusted users: !edit, !disable or !general.',array(
'!general'=>l(t('edit general challenge settings'),"admin/user/captcha"),
)
);
}
else{
$form['captcha']=array(
'#type'=>'item',
'#title'=>t('CAPTCHA administration'),
'#description'=>l(t('Place a challenge here for untrusted users.'),"admin/user/captcha/$form_id/enable",array(),drupal_get_destination()),
);
$form['captcha']['#description']=l(t('Place a challenge here for untrusted users.'),"admin/user/captcha/$form_id/enable",array(),drupal_get_destination());
}
// Add pre_render function for placing the CAPTCHA just above the submit button