Index: trunk/extensions/Translate/TranslateEditAddons.php |
— | — | @@ -108,8 +108,9 @@ |
109 | 109 | } |
110 | 110 | |
111 | 111 | protected static function addTab( $skin, &$tabs, $name, $data, &$index ) { |
| 112 | + // SkinChihuahua is an exception for userbase.kde.org. |
112 | 113 | if ( $skin instanceof SkinVector || $skin instanceof SkinChihuahua ) { |
113 | | - $data['class'] = false; // Vector needs it for some reason |
| 114 | + $data['class'] = false; // These skins need it for some reason |
114 | 115 | $tabs['namespaces'][$name] = $data; |
115 | 116 | } else { |
116 | 117 | array_splice( $tabs, $index++, 0, array( $name => $data ) ); |