From: umherirrender Date: Sun, 20 Sep 2015 08:29:06 +0000 (+0200) Subject: Fix hook documentation for PageHistoryLineEnding X-Git-Tag: 1.31.0-rc.0~9825^2 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=b23488d983fddff11349b137bd6b85c0b6fa259b;p=lhc%2Fweb%2Fwiklou.git Fix hook documentation for PageHistoryLineEnding The first parameter was not in documentation Follows 446f2d6cab636c7bc1faa47502888162cb882c58 (r20682) Change-Id: Idd18aafe4e61ae9762db2648a641bf5ac00150a5 --- 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