Index: trunk/phase3/includes/parser/Parser.php |
— | — | @@ -347,8 +347,8 @@ |
348 | 348 | /** |
349 | 349 | * The page doesn't get language converted if |
350 | 350 | * 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 |
353 | 353 | */ |
354 | 354 | if ( !( $wgDisableLangConversion |
355 | 355 | || isset( $this->mDoubleUnderscores['nocontentconvert'] ) |
Index: branches/REL1_16/phase3/includes/parser/Parser.php |
— | — | @@ -349,8 +349,8 @@ |
350 | 350 | /** |
351 | 351 | * The page doesn't get language converted if |
352 | 352 | * 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 |
355 | 355 | */ |
356 | 356 | if ( !( $wgDisableLangConversion |
357 | 357 | || isset( $this->mDoubleUnderscores['nocontentconvert'] ) |