Fixed some recently added EVENTS documentation
This commit is contained in:
parent
b6b9036821
commit
9c83ddc122
@ -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.
|
- $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'
|
StartHomeStubNavItems: Go back Home nav items. Default includes just one item 'home'
|
||||||
- $action: action being executed (for output and params)
|
- $out: HTMLOutputter used to output (usually an Action, but not always!)
|
||||||
- $items: array of items in the nav
|
- &$items: Referenced array of items in the nav (add if desired)
|
||||||
|
|
||||||
EndHomeStubNavItems:
|
EndHomeStubNavItems:
|
||||||
- $action: action being executed (for output and params)
|
- $out: HTMLOutputter used to output (usually an Action, but not always!)
|
||||||
- $items: array of items in the nav
|
- $items: array of menu items
|
||||||
|
|
||||||
EndSubMenu: After outputting a submenu (including enclosing tags) to HTML
|
EndSubMenu: After outputting a submenu (including enclosing tags) to HTML
|
||||||
- $out: HTMLOutputter used to output (usually an Action, but not always!)
|
- $out: HTMLOutputter used to output (usually an Action, but not always!)
|
||||||
|
Loading…
Reference in New Issue
Block a user