]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - EVENTS.txt
Event hook points needed for recaptcha on facebook login form (untested, but should...
[quix0rs-gnu-social.git] / EVENTS.txt
index f7cc7df67c4f8bd3b8f6e74359a465c215080426..6719ba737a19b4a9a4449270ab8d635e87ee8626 100644 (file)
@@ -1045,3 +1045,15 @@ StartProfileSettingsActions: when we're showing account-management action list
 
 EndProfileSettingsActions: when we're showing account-management action list
 - $action: Action being shown (use for output)
+
+StartOpenNoticeListItemElement: Before the opening <li> of a notice list element
+- $nli: The notice list item being shown
+
+EndOpenNoticeListItemElement: After the opening <li> of a notice list element
+- $nli: The notice list item being shown
+
+StartCloseNoticeListItemElement: Before the closing </li> of a notice list element
+- $nli: The notice list item being shown
+
+EndCloseNoticeListItemElement: After the closing </li> of a notice list element
+- $nli: The notice list item being shown