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