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

lyricnz’s picture

Status: Active » Fixed

Fixed

Anonymous’s picture

Status: Fixed » Closed (fixed)