r43643 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r43642‎ | r43643 | r43644 >
Date:21:54, 17 November 2008
Author:soxred93
Status:ok
Tags:
Comment:
Add hidden parameter
Modified paths:
  • /trunk/extensions/InputBox/InputBox.classes.php (modified) (history)

Diff [purge]

Index: trunk/extensions/InputBox/InputBox.classes.php
@@ -388,7 +388,7 @@
389389 );
390390 $htmlOut .= Xml::openElement( 'input',
391391 array(
392 - 'type' => 'text',
 392+ 'type' => $this->mHidden ? 'hidden' : 'text',
393393 'name' => 'preloadtitle',
394394 'class' => 'commentboxInput',
395395 'value' => $this->mDefaultText,

Status & tagging log