From 517310bea3886e8b55b8418d7933023cd650c962 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Fri, 26 Aug 2005 14:13:03 +0000 Subject: [PATCH] * Adding a new hook, SpecialContributionsBeforeMainOutput --- includes/SpecialContributions.php | 2 ++ 1 file changed, 2 insertions(+) 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( -- 2.20.1