Fix hook documentation for ImagePageFileHistoryLine
The first parameter was not in documentation.
Follows 4bb299cbce (r34948)
Change-Id: I8b406fae2483725e18b6f7065ee0fa8f164df1f2
This commit is contained in:
parent
ddff77af20
commit
25f07b45ab
1 changed files with 3 additions and 2 deletions
|
|
@ -1579,9 +1579,10 @@ $imagePage: ImagePage object ($this)
|
|||
&$html: HTML for the hook to add
|
||||
|
||||
'ImagePageFileHistoryLine': Called when a file history line is constructed.
|
||||
$imagePage: ImagePage object ($this)
|
||||
$file: the file
|
||||
$line: the HTML of the history line
|
||||
$css: the line CSS class
|
||||
&$line: the HTML of the history line
|
||||
&$css: the line CSS class
|
||||
|
||||
'ImagePageFindFile': Called when fetching the file associated with an image
|
||||
page.
|
||||
|
|
|
|||
Loading…
Reference in a new issue