Chapter 4. The Menu System, Page 82
Tue, 09/01/2009 - 9:40am — nanak
Location on the page:
code example
Chapter:
4. The Menu System
Error:
/**
* Implemantation of hook_link_alter().
*...
**/
Correction:
/**
* Implemantation of hook_menu_link_alter().
*...
**/
Description of the Error:
hook_link_alter() and hook_menu_link_alter() are two differents hooks. Not annoying because it's in the comment's code, but can mislead the user.
