[documentation] [Documentation bug] Typo in hook_form docs

lyricnz drupal-docs at drupal.org
Sat Aug 26 12:56:39 UTC 2006


Issue status update for 
http://drupal.org/node/80793
Post a follow up: 
http://drupal.org/project/comments/add/80793

 Project:      Documentation
 Version:      <none>
 Component:    Misc
 Category:     bug reports
 Priority:     normal
 Assigned to:  Anonymous
 Reported by:  lyricnz
 Updated by:   lyricnz
 Status:       active

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,
  );




lyricnz



More information about the documentation mailing list