Index: trunk/phase3/includes/SkinTemplate.php |
— | — | @@ -674,7 +674,6 @@ |
675 | 675 | ); |
676 | 676 | } |
677 | 677 | if ( $this->mTitle->userCanMove()) { |
678 | | - echo( "Making move link...\n" ); |
679 | 678 | $moveTitle = Title::makeTitle( NS_SPECIAL, 'Movepage' ); |
680 | 679 | $content_actions['move'] = array( |
681 | 680 | 'class' => ($this->mTitle->getDbKey() == 'Movepage' and $this->mTitle->getNamespace == NS_SPECIAL) ? 'selected' : false, |