Index: trunk/phase3/includes/Title.php |
— | — | @@ -4475,7 +4475,7 @@ |
4476 | 4476 | if ( $this->isSpecialPage() ) { |
4477 | 4477 | // special pages are in the user language |
4478 | 4478 | return $wgLang; |
4479 | | - } elseif ( $this->isCssOrJsPage() ) { |
| 4479 | + } elseif ( $this->isCssOrJsPage() || $this->isCssJsSubpage() ) { |
4480 | 4480 | // css/js should always be LTR and is, in fact, English |
4481 | 4481 | return wfGetLangObj( 'en' ); |
4482 | 4482 | } elseif ( $this->getNamespace() == NS_MEDIAWIKI ) { |