Fix #2513 : hardcoded english namespaces which are the default anyway
authorAntoine Musso <hashar@users.mediawiki.org>
Sat, 9 Jul 2005 16:03:08 +0000 (16:03 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sat, 9 Jul 2005 16:03:08 +0000 (16:03 +0000)
languages/LanguageEo.php

index 45d4334..f393d14 100644 (file)
@@ -993,8 +993,6 @@ class LanguageEo extends LanguageUtf8 {
                foreach ( $wgNamespaceNamesEo as $i => $n ) {
                        if ( 0 == strcasecmp( $n, $text ) ) { return $i; }
                }
-               if( 0 == strcasecmp( 'Special', $text ) ) return -1;
-               if( 0 == strcasecmp( 'Wikipedia', $text ) ) return 4;
                return false;
        }