Index: core.php =================================================================== RCS file: /cvs/drupal-contrib/contributions/docs/developer/hooks/core.php,v retrieving revision 1.87 diff -u -F^f -r1.87 core.php --- core.php 29 May 2006 02:04:20 -0000 1.87 +++ core.php 20 Jun 2006 03:49:53 -0000 @@ -578,6 +578,8 @@ function hook_link_alter(&$node, &$links * contain the following key-value pairs: * - "path": Required. The path to link to when the user selects the item. * - "title": Required. The translated title of the menu item. + * - "query": The query string that is to be added to the url from the + * menu. * - "callback": The function to call to display a web page when the user * visits the path. If omitted, the parent menu item's callback will be used * instead.