Index: Linker.php =================================================================== --- Linker.php (revision 22741) +++ Linker.php (working copy) @@ -1079,7 +1079,7 @@ $hint = ( $hint=='' ) ? '' : ' title="' . wfMsgHtml( 'editsectionhint', htmlspecialchars( $hint ) ) . '"'; $url = $this->makeKnownLinkObj( $nt, wfMsg('editsection'), 'action=edit'.$editurl, '', '', '', $hint ); $result = null; - wfRunHooks( 'EditSectionLink', array( &$this, $nt, $section, $url, &$result ) ); + wfRunHooks( 'EditSectionLink', array( &$this, $nt, $section, $hint, $url, &$result ) ); return is_null( $result ) ? "[{$url}]" : "[{$result}]";