r46387 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46386‎ | r46387 | r46388 >
Date:21:10, 27 January 2009
Author:tparscal
Status:deferred
Tags:
Comment:
Removed unused parameter to action message.
Modified paths:
  • /trunk/extensions/DataCenter/DataCenter.ui.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DataCenter/DataCenter.ui.php
@@ -1176,11 +1176,7 @@
11771177 self::$output['menu'] .= DataCenterXml::div(
11781178 array( 'class' => 'action-' . $state ),
11791179 DataCenterXml::link(
1180 - self::message(
1181 - 'action',
1182 - $label,
1183 - self::message( 'type', $action['type'] )
1184 - ),
 1180+ self::message( 'action', $label ),
11851181 $action
11861182 )
11871183 );

Status & tagging log