From 3d969733717a712c0e997f2ebd468c76c5457450 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Thu, 15 Dec 2005 21:05:58 +0000 Subject: [PATCH] * New hook: SkinTemplateBuildContentActionUrlsAfterSpecialPage --- includes/SkinTemplate.php | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.20.1