r63708 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63707‎ | r63708 | r63709 >
Date:20:49, 13 March 2010
Author:happy-melon
Status:ok
Tags:
Comment:
Fix encoding broken in r63707
Modified paths:
  • /trunk/phase3/includes/Preferences.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Preferences.php
@@ -1126,7 +1126,7 @@
11271127 $ret = array();
11281128
11291129 foreach ( $wgImageLimits as $index => $limits ) {
1130 - $display = "{$limits[0]}×{$limits[1]}" . wfMsg( 'unit-pixel' );
 1130+ $display = "{$limits[0]}×{$limits[1]}" . wfMsg( 'unit-pixel' );
11311131 $ret[$display] = $index;
11321132 }
11331133

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r63707Add $wgAllowUserCssPrefs option to disable CSS-based preferences. These are ...happy-melon20:46, 13 March 2010

Status & tagging log