Issue #1082624 by Barrett: hook_form() doc references example project and shouldn't in D7/8.

merge-requests/26/head
webchick 2011-03-21 11:19:48 -07:00
parent 7c81e60109
commit 19f821ef7d
1 changed files with 0 additions and 2 deletions

View File

@ -1056,8 +1056,6 @@ function hook_prepare($node) {
* displayed automatically by the node module. This hook just needs to
* return the node title and form editing fields specific to the node type.
*
* For a detailed usage example, see node_example.module.
*
* @param $node
* The node being added or edited.
* @param $form_state