This sentence doesn't make any sense:
The string "hook" is used as a placeholder for the module name is the hook definitions.
Found on: http://api.drupal.org/api/group/hooks
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | 624882-D6.patch | 1.91 KB | jhodgdon |
| #1 | 624882.patch | 1.9 KB | jhodgdon |
Comments
Comment #1
jhodgdonGood catch, thanks for reporting! The attached patch fixes this typo and one other one in the same page (and some line wrapping issues).
Fix is for Drupal 7 (same doc there).
Should be backported to Drupal 6 as well if accepted.
Comment #2
jhodgdonComment #3
Bojhan commentedAhh, yup- that looks better! RTBC
Comment #4
dries commentedCommitted to CVS HEAD. Thanks!
Comment #5
jhodgdonNeeds port to Drupal 6.
Comment #6
jhodgdonHere's the identical patch (or at least, a patch that will make the output identical) for Drupal 6. Taking the liberty of pre-marking it as reviewed, since it's the same as the D7 reviewed patch, and it's just a doc patch so shouldn't require any testing.
Comment #7
gábor hojtsyThanks, committed.