From: Ævar Arnfjörð Bjarmason Date: Sat, 26 Nov 2005 22:20:48 +0000 (+0000) Subject: * Add a hook (SkinTemplateBuildNavUrlsNav_urlsAfterPermalink) which runs after X-Git-Tag: 1.6.0~1121 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=3c8c735c5622c9fe9fd4748bd964a55926c8343b;p=lhc%2Fweb%2Fwiklou.git * Add a hook (SkinTemplateBuildNavUrlsNav_urlsAfterPermalink) which runs after the permanent link has been added to the toolbox --- diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index 85de7638ef..e7432606a4 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -831,6 +831,8 @@ class SkinTemplate extends Skin { 'href' => $wgTitle->getLocalURL( "oldid=$revid" ) ); } + + wfRunHooks( 'SkinTemplateBuildNavUrlsNav_urlsAfterPermalink', array( &$this, &$nav_urls, &$oldid, &$revid ) ); } if( $this->mTitle->getNamespace() != NS_SPECIAL) {