r10027 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r10026‎ | r10027 | r10028 >
Date:16:03, 9 July 2005
Author:hashar
Status:old
Tags:
Comment:
Fix #2513 : hardcoded english namespaces which are the default anyway
Modified paths:
  • /trunk/phase3/languages/LanguageEo.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/LanguageEo.php
@@ -993,8 +993,6 @@
994994 foreach ( $wgNamespaceNamesEo as $i => $n ) {
995995 if ( 0 == strcasecmp( $n, $text ) ) { return $i; }
996996 }
997 - if( 0 == strcasecmp( 'Special', $text ) ) return -1;
998 - if( 0 == strcasecmp( 'Wikipedia', $text ) ) return 4;
999997 return false;
1000998 }
1001999

Status & tagging log