[documentation] [Documentation bug] Typo in hook_form docs
lyricnz
drupal-docs at drupal.org
Sat Nov 18 05:39:43 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
+Status: fixed
Fixed
lyricnz
Previous comments:
------------------------------------------------------------------------
Sat, 26 Aug 2006 12:56:39 +0000 : lyricnz
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,
);
More information about the documentation
mailing list