From: Ævar Arnfjörð Bjarmason Date: Fri, 26 Aug 2005 14:13:03 +0000 (+0000) Subject: * Adding a new hook, SpecialContributionsBeforeMainOutput X-Git-Tag: 1.6.0~1793 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=517310bea3886e8b55b8418d7933023cd650c962;p=lhc%2Fweb%2Fwiklou.git * Adding a new hook, SpecialContributionsBeforeMainOutput --- diff --git a/includes/SpecialContributions.php b/includes/SpecialContributions.php index a0d8aee995..1a8ff0a9a0 100644 --- a/includes/SpecialContributions.php +++ b/includes/SpecialContributions.php @@ -229,6 +229,8 @@ function wfSpecialContributions( $par = null ) { $wgOut->setSubtitle( wfMsgHtml( 'contribsub', $ul ) ); + wfRunHooks('SpecialContributionsBeforeMainOutput', $id ); + $arr = $wgContLang->getFormattedNamespaces(); $nsform = "
\n"; $nsform .= wfElement("input", array(