From ce3517c8a005ff2b6a160e84e1a64d35880ed891 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Tue, 9 Aug 2011 13:30:01 +0000 Subject: [PATCH] Followup r92643: refer to the passed object as $parser, not $this --- docs/hooks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hooks.txt b/docs/hooks.txt index dbf9a52b9e..12741ea957 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -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 -- 2.20.1