From b23488d983fddff11349b137bd6b85c0b6fa259b Mon Sep 17 00:00:00 2001 From: umherirrender Date: Sun, 20 Sep 2015 10:29:06 +0200 Subject: [PATCH] Fix hook documentation for PageHistoryLineEnding The first parameter was not in documentation Follows 446f2d6cab636c7bc1faa47502888162cb882c58 (r20682) Change-Id: Idd18aafe4e61ae9762db2648a641bf5ac00150a5 --- docs/hooks.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/hooks.txt b/docs/hooks.txt index 54ab46c171..b6060e1f95 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -2158,9 +2158,10 @@ $article: the article that the history is loading for $context: RequestContext object 'PageHistoryLineEnding': Right before the end
  • is added to a history line. -$row: the revision row for this line -$s: the string representing this parsed line -$classes: array containing the
  • element classes +$historyAction: the action object +&$row: the revision row for this line +&$s: the string representing this parsed line +&$classes: array containing the
  • element classes 'PageHistoryPager::doBatchLookups': Called after the pager query was run, before any output is generated, to allow batch lookups for prefetching information -- 2.20.1