r13694 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r13693‎ | r13694 | r13695 >
Date:17:19, 17 April 2006
Author:robchurch
Status:old
Tags:
Comment:
[Remove debugging line I left in]
Modified paths:
  • /trunk/phase3/includes/SkinTemplate.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SkinTemplate.php
@@ -674,7 +674,6 @@
675675 );
676676 }
677677 if ( $this->mTitle->userCanMove()) {
678 - echo( "Making move link...\n" );
679678 $moveTitle = Title::makeTitle( NS_SPECIAL, 'Movepage' );
680679 $content_actions['move'] = array(
681680 'class' => ($this->mTitle->getDbKey() == 'Movepage' and $this->mTitle->getNamespace == NS_SPECIAL) ? 'selected' : false,

Status & tagging log