r16281 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r16280‎ | r16281 | r16282 >
Date:08:04, 30 August 2006
Author:robchurch
Status:old
Tags:
Comment:
Whoops, left in commented-out code
Modified paths:
  • /trunk/phase3/includes/Parser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Parser.php
@@ -2475,8 +2475,6 @@
24762476 return $varCache[$index] = $localTimestamp;
24772477 case 'currentversion':
24782478 return $varCache[$index] = SpecialVersion::getVersion();
2479 - #global $wgVersion;
2480 - #return $wgVersion;
24812479 case 'sitename':
24822480 return $wgSitename;
24832481 case 'server':