diff options
Diffstat (limited to 'includes/Title.php')
-rw-r--r-- | includes/Title.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/includes/Title.php b/includes/Title.php index 8e5fae93b99a..7fb2b063aec9 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1008,10 +1008,8 @@ class Title { */ public function getNsText() { if ( $this->isExternal() ) { - // This probably shouldn't even happen. ohh man, oh yuck. - // But for interwiki transclusion it sometimes does. - // Shit. Shit shit shit. - // + // This probably shouldn't even happen, + // but for interwiki transclusion it sometimes does. // Use the canonical namespaces if possible to try to // resolve a foreign namespace. if ( MWNamespace::exists( $this->mNamespace ) ) { |