r11803 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r11802‎ | r11803 | r11804 >
Date:22:20, 26 November 2005
Author:avar
Status:old
Tags:
Comment:
* Add a hook (SkinTemplateBuildNavUrlsNav_urlsAfterPermalink) which runs after
the permanent link has been added to the toolbox
Modified paths:
  • /trunk/phase3/includes/SkinTemplate.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SkinTemplate.php
@@ -831,6 +831,8 @@
832832 'href' => $wgTitle->getLocalURL( "oldid=$revid" )
833833 );
834834 }
 835+
 836+ wfRunHooks( 'SkinTemplateBuildNavUrlsNav_urlsAfterPermalink', array( &$this, &$nav_urls, &$oldid, &$revid ) );
835837 }
836838
837839 if( $this->mTitle->getNamespace() != NS_SPECIAL) {

Status & tagging log