Followup r92643: refer to the passed object as $parser, not $this
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 9 Aug 2011 13:30:01 +0000 (13:30 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 9 Aug 2011 13:30:01 +0000 (13:30 +0000)
docs/hooks.txt

index dbf9a52..12741ea 100644 (file)
@@ -1371,7 +1371,7 @@ wrapping the section in a DIV).  Caveat: DIVs are valid wikitext, and a DIV
 can begin in one section and end in another.  Make sure your code can handle
 that case gracefully.  See the EditSectionClearerLink extension for an
 example.
-$this: the calling Parser instance
+$parser: the calling Parser instance
 $section: the section number, zero-based, but section 0 is usually empty
 &$sectionContent: ref to the content of the section. modify this.
 $showEditLinks: boolean describing whether this section has an edit link