From 5cf74ccb72ae9449e892b6642c8fc363a6a18237 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Thu, 24 Nov 2005 22:04:10 +0000 Subject: #27582: menu.inc doc update --- includes/menu.inc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/includes/menu.inc b/includes/menu.inc index 8acbb28fe..6ff5e0d8a 100644 --- a/includes/menu.inc +++ b/includes/menu.inc @@ -37,11 +37,12 @@ * complete match with a callback it can find. If the path a/b/i is * requested in the tree above, the callback for a/b would be used. * - * The found callback function is called with any arguments specified in - * the "callback arguments" attribute of its menu item. After these - * arguments, any remaining components of the path are appended as further - * arguments. In this way, the callback for a/b above could respond to a - * request for a/b/i differently than a request for a/b/j. + * The found callback function is called with any arguments specified + * in the "callback arguments" attribute of its menu item. The + * attribute must be an array. After these arguments, any remaining + * components of the path are appended as further arguments. In this + * way, the callback for a/b above could respond to a request for + * a/b/i differently than a request for a/b/j. * * For an illustration of this process, see page_example.module. * -- cgit v1.2.3