Index: trunk/phase3/docs/hooks.txt |
— | — | @@ -1371,7 +1371,7 @@ |
1372 | 1372 | can begin in one section and end in another. Make sure your code can handle |
1373 | 1373 | that case gracefully. See the EditSectionClearerLink extension for an |
1374 | 1374 | example. |
1375 | | -$this: the calling Parser instance |
| 1375 | +$parser: the calling Parser instance |
1376 | 1376 | $section: the section number, zero-based, but section 0 is usually empty |
1377 | 1377 | &$sectionContent: ref to the content of the section. modify this. |
1378 | 1378 | $showEditLinks: boolean describing whether this section has an edit link |