Fix hook documentation for PageHistoryLineEnding
authorumherirrender <umherirrender_de.wp@web.de>
Sun, 20 Sep 2015 08:29:06 +0000 (10:29 +0200)
committerumherirrender <umherirrender_de.wp@web.de>
Wed, 23 Sep 2015 18:58:40 +0000 (20:58 +0200)
The first parameter was not in documentation

Follows 446f2d6cab636c7bc1faa47502888162cb882c58 (r20682)

Change-Id: Idd18aafe4e61ae9762db2648a641bf5ac00150a5

docs/hooks.txt

index 54ab46c..b6060e1 100644 (file)
@@ -2158,9 +2158,10 @@ $article: the article that the history is loading for
 $context: RequestContext object
 
 'PageHistoryLineEnding': Right before the end <li> is added to a history line.
-$row: the revision row for this line
-$s: the string representing this parsed line
-$classes: array containing the <li> element classes
+$historyAction: the action object
+&$row: the revision row for this line
+&$s: the string representing this parsed line
+&$classes: array containing the <li> element classes
 
 'PageHistoryPager::doBatchLookups': Called after the pager query was run, before
 any output is generated, to allow batch lookups for prefetching information