From: Ævar Arnfjörð Bjarmason Date: Thu, 15 Dec 2005 21:05:58 +0000 (+0000) Subject: * New hook: SkinTemplateBuildContentActionUrlsAfterSpecialPage X-Git-Tag: 1.6.0~942 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=3d969733717a712c0e997f2ebd468c76c5457450;p=lhc%2Fweb%2Fwiklou.git * New hook: SkinTemplateBuildContentActionUrlsAfterSpecialPage --- diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index f0d542335a..dfcbd6b664 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -734,6 +734,8 @@ class SkinTemplate extends Skin { 'text' => wfMsg('specialpage'), 'href' => $wgRequest->getRequestURL(), // @bug 2457, 2510 ); + + wfRunHooks( 'SkinTemplateBuildContentActionUrlsAfterSpecialPage', array( &$this, &$content_actions ) ); } /* show links to different language variants */