Index: trunk/extensions/Translate/TranslateEditAddons.php |
— | — | @@ -227,17 +227,6 @@ |
228 | 228 | } |
229 | 229 | |
230 | 230 | /** |
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 | | - /** |
242 | 231 | * Tries to determine to which group this message belongs. It tries to get |
243 | 232 | * group id from loadgroup GET-paramater, but fallbacks to messageIndex file |
244 | 233 | * if no valid group was provided, or the group provided is a meta group. |