Fix name of LinkRenderer hooks in docs/hooks.txt
authorumherirrender <umherirrender_de.wp@web.de>
Sun, 12 Jun 2016 16:01:49 +0000 (18:01 +0200)
committerUmherirrender <umherirrender_de.wp@web.de>
Sun, 12 Jun 2016 16:13:02 +0000 (16:13 +0000)
Follows I057cc86ae6404a080aa3c8e0e956ecbb10a897d5

Change-Id: Id4126409e179cb1f6d67a8e97281c96fbcfb76ee

docs/hooks.txt

index 93f84a1..a83f9c6 100644 (file)
@@ -1841,7 +1841,7 @@ $file: the File object or false if broken link
 &$attribs: the attributes to be applied
 &$ret: the value to return if your hook returns false
 
-'LinkRendererBegin':
+'HtmlPageLinkRendererBegin':
 Used when generating internal and interwiki links in
 LinkRenderer, before processing starts.  Return false to skip default
 processing and return $ret.
@@ -1857,7 +1857,7 @@ $target: the LinkTarget that the link is pointing to
   in associative array form, with keys and values unescaped.
 &$ret: the value to return if your hook returns false.
 
-'LinkRendererEnd':
+'HtmlPageLinkRendererEnd':
 Used when generating internal and interwiki links in LinkRenderer,
 just before the function returns a value.  If you return true, an <a> element
 with HTML attributes $attribs and contents $html will be returned.  If you