r64822 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64821‎ | r64822 | r64823 >
Date:19:35, 9 April 2010
Author:platonides
Status:ok (Comments)
Tags:
Comment:
Follow up r64819. Cosmetical fixes.
Modified paths:
  • /branches/REL1_16/phase3/includes/parser/Parser.php (modified) (history)
  • /trunk/phase3/includes/parser/Parser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/parser/Parser.php
@@ -347,8 +347,8 @@
348348 /**
349349 * The page doesn't get language converted if
350350 * a) It's disabled
351 - * c) Content isn't converted
352 - * d) It's a conversion table
 351+ * b) Content isn't converted
 352+ * c) It's a conversion table
353353 */
354354 if ( !( $wgDisableLangConversion
355355 || isset( $this->mDoubleUnderscores['nocontentconvert'] )
Index: branches/REL1_16/phase3/includes/parser/Parser.php
@@ -349,8 +349,8 @@
350350 /**
351351 * The page doesn't get language converted if
352352 * a) It's disabled
353 - * c) Content isn't converted
354 - * d) It's a conversion table
 353+ * b) Content isn't converted
 354+ * c) It's a conversion table
355355 */
356356 if ( !( $wgDisableLangConversion
357357 || isset( $this->mDoubleUnderscores['nocontentconvert'] )

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r64819Bug 23115: Follow up on r64811. Fix another bug which cause talk page can't c...philip19:02, 9 April 2010

Comments

#Comment by Tim Starling (talk | contribs)   11:11, 10 April 2010

Please don't commit to trunk and branches simultaneously.

Status & tagging log