]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fixed some recently added EVENTS documentation
authorMikael Nordfeldth <mmn@hethane.se>
Sat, 14 Feb 2015 16:35:34 +0000 (17:35 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Sat, 14 Feb 2015 16:35:34 +0000 (17:35 +0100)
EVENTS.txt

index 9a6ddfd9a420f823836532ff66bbbcc7532553fb..5e6360d1e73e3c5ff7bbe65303f10223c8d1b934 100644 (file)
@@ -1465,12 +1465,12 @@ EndNotifyMentioned: During notice distribution, we send notifications (email, im
 - $mentioned_ids:  Array of profile IDs (not just for local users) who got mentioned by the notice.
 
 StartHomeStubNavItems: Go back Home nav items. Default includes just one item 'home'
-- $action: action being executed (for output and params)
-- $items: array of items in the nav
+- $out:     HTMLOutputter used to output (usually an Action, but not always!)
+- &$items:  Referenced array of items in the nav (add if desired)
 
 EndHomeStubNavItems:
-- $action: action being executed (for output and params)
-- $items: array of items in the nav
+- $out:     HTMLOutputter used to output (usually an Action, but not always!)
+- $items:   array of menu items
 
 EndSubMenu: After outputting a submenu (including enclosing tags) to HTML
 - $out:     HTMLOutputter used to output (usually an Action, but not always!)