r108495 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108494‎ | r108495 | r108496 >
Date:06:56, 10 January 2012
Author:nikerabbit
Status:ok
Tags:
Comment:
Rm unused method
Modified paths:
  • /trunk/extensions/Translate/TranslateEditAddons.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/TranslateEditAddons.php
@@ -227,17 +227,6 @@
228228 }
229229
230230 /**
231 - * @param $title Title
232 - * @return array
233 - */
234 - public static function getKeyCodeGroup( Title $title ) {
235 - list( $key, $code ) = self::figureMessage( $title );
236 - $group = self::getMessageGroup( $title->getNamespace(), $key );
237 -
238 - return array( $key, $code, $group );
239 - }
240 -
241 - /**
242231 * Tries to determine to which group this message belongs. It tries to get
243232 * group id from loadgroup GET-paramater, but fallbacks to messageIndex file
244233 * if no valid group was provided, or the group provided is a meta group.

Status & tagging log