r5244 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r5243‎ | r5244 | r5245 >
Date:20:19, 16 September 2004
Author:zhengzhu
Status:old
Tags:
Comment:
Changed inheritance from LanguageZh to LanguageZh_cn
Modified paths:
  • /trunk/phase3/languages/LanguageZh_tw.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/LanguageZh_tw.php
@@ -1,6 +1,6 @@
22 <?php
33 require_once( "LanguageUtf8.php" );
4 -require_once( "LanguageZh.php" );
 4+require_once( "LanguageZh_cn.php" );
55
66 # NOTE: To turn off "Current Events" in the sidebar,
77 # set "currentevents" => "-"
@@ -951,7 +951,7 @@
952952
953953 );
954954
955 -class LanguageZh_tw extends LanguageZh {
 955+class LanguageZh_tw extends LanguageZh_cn {
956956 function getBookstoreList () {
957957 global $wgBookstoreListZh_tw ;
958958 return $wgBookstoreListZh_tw ;

Status & tagging log