r60989 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r60988‎ | r60989 | r60990 >
Date:22:02, 12 January 2010
Author:philip
Status:deferred
Tags:
Comment:
follow-up r60986. fix for parser test failed.
Modified paths:
  • /trunk/phase3/languages/LanguageConverter.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/LanguageConverter.php
@@ -563,9 +563,9 @@
564564 $lastbegin = strrpos( $text, $this->mMarkup['begin'] );
565565
566566 // if $text contains no begin markup,
567 - // append $text restore end markup to $converted
 567+ // append $text to $converted and restore end markup
568568 if( $firstbegin === false ) {
569 - $converted .= $text;
 569+ $converted .= $this->autoConvert( $text, $plang );
570570 $converted .= $this->mMarkup['end'];
571571 continue;
572572 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r609861. Add a new feature to LanguageConverter, for supporting nested using of man...philip20:54, 12 January 2010

Status & tagging log