Added LinkerLinkAttributes hook.
[lhc/web/wiklou.git] / docs / hooks.txt
index 2217a5e..64064b9 100644 (file)
@@ -753,6 +753,12 @@ $lang: laguage code (string)
 $specialPageAliases: associative array of magic words synonyms
 $lang: laguage code (string)
 
+'LinkerLinkAttributes': At the end of Linker::getLinkAttributesInternal() just before the return
+&$this: Linker object
+$title: 'title' attribute string
+$class: 'class' attribute string
+&$result: Final attribute string
+
 'LinkerMakeExternalImage': At the end of Linker::makeExternalImage() just before the return
 &$url: the image url
 &$alt: the image's alt text