소스 검색

removing redundant SkinTemplateToolboxEnd calls

Garrick van Buren 12 년 전
부모
커밋
b0482f94fc
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      foreground.skin.php

+ 0 - 1
foreground.skin.php

@@ -48,7 +48,6 @@ class ForegroundTemplate extends BaseTemplate {
 											<?php if ( is_array( $box['content'] ) ) { ?>
 												<ul class="dropdown">
 													<?php foreach ( $box['content'] as $key => $item ) { echo $this->makeListItem( $key, $item ); } ?>
-													<?php wfRunHooks( SkinTemplateToolboxEnd, array( &$this, true ) );  ?>
         								</ul>
 											<?php }  ?>
 									</li>