* order aplhabetically
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 20 Jul 2008 13:55:35 +0000 (13:55 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Sun, 20 Jul 2008 13:55:35 +0000 (13:55 +0000)
* avoid using $this

docs/hooks.txt

index 1035232..286ed7e 100644 (file)
@@ -514,9 +514,13 @@ $unpatrolled:  Whether or not we are showing unpatrolled changes.
 $watched:      Whether or not the change is watched by the user.
 
 'ContribsPager::getQueryInfo': Before the contributions query is about to run
-&$this:        Pager object for contributions
-&queryInfo:    The query for the contribs Pager
+&$pager: Pager object for contributions
+&queryInfo: The query for the contribs Pager
 
+'ContributionsLineEnding': Called before a contributions HTML line is finished
+$page: SpecialPage object for contributions
+$ret: the HTML line
+$row: the DB row for this line
 
 'ContributionsToolLinks': Change tool links above Special:Contributions
 $id: User identifier
@@ -1230,11 +1234,6 @@ string &$error: output: HTML error to show if upload canceled by returning false
 'UploadComplete': Upon completion of a file upload
 $uploadForm: Upload form object. File can be accessed by $uploadForm->mLocalFile.
 
-'ContributionsLineEnding': Called before a contributions HTML line is finished
-$this: SpecialPage object for contributions
-$ret: the HTML line
-$row: the DB row for this line
-
 'UserArrayFromResult': called when creating an UserArray object from a database result
 &$userArray: set this to an object to override the default object returned
 $res: database result used to create the object