From 551f826d7ebe94c71441ac92d6c945555785e352 Mon Sep 17 00:00:00 2001 From: Platonides Date: Fri, 9 Apr 2010 18:08:38 +0000 Subject: [PATCH] Follow up r64813 and r64814 by also applying r64814 to the branches. --- includes/parser/Parser.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index fb3cf3942a..22257f6a23 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -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'] ) -- 2.20.1