]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Wrong order of start/end events. My hobby OCD was disturbed.
authorMikael Nordfeldth <mmn@hethane.se>
Sat, 14 Feb 2015 16:37:35 +0000 (17:37 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Sat, 14 Feb 2015 16:37:35 +0000 (17:37 +0100)
EVENTS.txt

index 5e6360d1e73e3c5ff7bbe65303f10223c8d1b934..4f4121ac38b6b13c451a5ca4619b1c366b0ad098 100644 (file)
@@ -1472,12 +1472,12 @@ EndHomeStubNavItems:
 - $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
+StartSubMenu: Before outputting a submenu (including enclosing tags) to HTML
 - $out:     HTMLOutputter used to output (usually an Action, but not always!)
 - $menu:    The Menu object outputted as a submenu.
 - $label:   Localized text which represents the menu item.
 
-StartSubMenu: Before 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!)
 - $menu:    The Menu object outputted as a submenu.
 - $label:   Localized text which represents the menu item.