Index: trunk/phase3/languages/LanguageEo.php |
— | — | @@ -993,8 +993,6 @@ |
994 | 994 | foreach ( $wgNamespaceNamesEo as $i => $n ) { |
995 | 995 | if ( 0 == strcasecmp( $n, $text ) ) { return $i; } |
996 | 996 | } |
997 | | - if( 0 == strcasecmp( 'Special', $text ) ) return -1; |
998 | | - if( 0 == strcasecmp( 'Wikipedia', $text ) ) return 4; |
999 | 997 | return false; |
1000 | 998 | } |
1001 | 999 | |