http://api.drupal.org/api/head/function/hook_form has a typo 'textatea' in the sample code:
$form['body'] = array(
'#type' => 'textatea',
'#title' => check_plain($type->body_label),
'#rows' => 20,
'#required' => TRUE,
);
http://api.drupal.org/api/head/function/hook_form has a typo 'textatea' in the sample code:
$form['body'] = array(
'#type' => 'textatea',
'#title' => check_plain($type->body_label),
'#rows' => 20,
'#required' => TRUE,
);
Comments
Comment #1
lyricnz commentedFixed
Comment #2
(not verified) commented