Follow up r64813 and r64814 by also applying r64814 to the branches.
authorPlatonides <platonides@users.mediawiki.org>
Fri, 9 Apr 2010 18:08:38 +0000 (18:08 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Fri, 9 Apr 2010 18:08:38 +0000 (18:08 +0000)
includes/parser/Parser.php

index fb3cf39..22257f6 100644 (file)
@@ -348,8 +348,8 @@ class Parser {
                 * The page doesn't get language converted if
                 * a) It's disabled
                 * b) Titles aren't converted
-         * c) Content isn't converted and this is not a talk page
-         * d) It's a conversion table
+                * c) Content isn't converted and this is not a talk page
+                * d) It's a conversion table
                 */
                if ( !( $wgDisableLangConversion
                                || isset( $this->mDoubleUnderscores['notitleconvert'] )