diff --git a/plugins/include/newmenus.inc b/plugins/include/newmenus.inc index 40fc3917..97208b2d 100644 --- a/plugins/include/newmenus.inc +++ b/plugins/include/newmenus.inc @@ -34,9 +34,9 @@ * * The handler function should be prototyped as: * - * public (menu, id, item) - * menu - Menu resource identifier. + * public (id, menu, item) * id - Client the menu is being acted upon. + * menu - Menu resource identifier. * item - Item the client selected. If less than 0, the menu was * cancelled and the item is a status code. menu_display * should never be called immediately if the item is a status