]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
fix documentation for parameters to menu events
authorEvan Prodromou <evan@status.net>
Mon, 8 Nov 2010 15:26:33 +0000 (10:26 -0500)
committerEvan Prodromou <evan@donny.(none)>
Mon, 8 Nov 2010 15:27:05 +0000 (10:27 -0500)
EVENTS.txt

index 8e730945a41b34aa024301c9a057b2dd7fa6de75..675ac5437e5713decef1cb791a7199935a936fb2 100644 (file)
@@ -118,16 +118,16 @@ EndShowHTML: Showing after the html element
 - $action: the current action
 
 StartPublicGroupNav: Showing the public group nav menu
-- $action: the current action
+- $menu: the menu widget; use $menu->action for output
 
 EndPublicGroupNav: At the end of the public group nav menu
-- $action: the current action
+- $menu: the menu widget; use $menu->action for output
 
 StartSubGroupNav: Showing the subscriptions group nav menu
-- $action: the current action
+- $menu: the menu widget; use $menu->action for output
 
 EndSubGroupNav: At the end of the subscriptions group nav menu
-- $action: the current action
+- $menu: the menu widget; use $menu->action for output
 
 StartInitializeRouter: Before the router instance has been initialized; good place to add routes
 - $m: the Net_URL_Mapper that has just been set up