r12033 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r12032‎ | r12033 | r12034 >
Date:10:17, 9 December 2005
Author:magnus_manske
Status:old
Tags:
Comment:
new hook
Modified paths:
  • /trunk/phase3/includes/SkinTemplate.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SkinTemplate.php
@@ -696,6 +696,8 @@
697697 );
698698 }
699699 }
 700+
 701+ wfRunHooks( 'SkinTemplateTabs', array( &$this , &$content_actions ) ) ;
700702
701703 if( $this->loggedin || $wgValidationForAnons ) { # and $action != 'submit' ) {
702704 # Validate tab. TODO: add validation to logged-in user rights

Status & tagging log