r73092 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73091‎ | r73092 | r73093 >
Date:21:47, 15 September 2010
Author:yaron
Status:deferred
Tags:
Comment:
Removed pointless value of '1' for 'minor edit' checkbox, of unknown provenance
Modified paths:
  • /trunk/extensions/SemanticForms/includes/SF_FormUtils.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticForms/includes/SF_FormUtils.php
@@ -486,7 +486,7 @@
487487 $tooltip = wfMsg( 'tooltip-minoredit' );
488488 $attr = self::expandAttributes( $attr );
489489 $text = <<<END
490 - <input tabindex="$sfgTabIndex" type="checkbox" value="1" name="wpMinoredit" accesskey="$accesskey" id="wpMinoredit"$disabled_text$attr/>
 490+ <input tabindex="$sfgTabIndex" type="checkbox" value="" name="wpMinoredit" accesskey="$accesskey" id="wpMinoredit"$disabled_text$attr/>
491491 <label for="wpMinoredit" title="$tooltip">$label</label>
492492
493493 END;

Status & tagging log