r63457 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r63456‎ | r63457 | r63458 >
Date:04:14, 9 March 2010
Author:mah
Status:reverted
Tags:
Comment:
follow up r63456 remove extra line.
Modified paths:
  • /branches/REL1_16/phase3/languages/classes/LanguageZh_hans.php (modified) (history)

Diff [purge]

Index: branches/REL1_16/phase3/languages/classes/LanguageZh_hans.php
@@ -26,7 +26,6 @@
2727 $s = self::convertDoubleWidth( $string );
2828 $s = trim( $s );
2929 $s = self::wordSegmentation( $s );
30 - $s = self::convertDoubleWidth( $s );
3130 $s = parent::normalizeForSearch( $s );
3231
3332 wfProfileOut( __METHOD__ );

Follow-up revisions

RevisionCommit summaryAuthorDate
r63637Revert r61856, r63457, experimental changes not suitable for immediate releas...tstarling18:22, 12 March 2010

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r63456follow-up r61856 — wordsegmentation shoudl be done for all search engines, ...mah04:07, 9 March 2010

Status & tagging log