X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;ds=sidebyside;f=includes%2Fparser%2FParser.php;h=eaecedd5a391c8eb67a02e8cf13b72ca89e52dce;hb=54c1e18eec6985ec72ca89142b27b9f6b9ac7eb2;hp=cfbf0b46cd258aa25adf339f840573b7f653f22c;hpb=1d489846c1691d2ba93220e09891c990543dabb1;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/parser/Parser.php b/includes/parser/Parser.php index cfbf0b46cd..eaecedd5a3 100644 --- a/includes/parser/Parser.php +++ b/includes/parser/Parser.php @@ -3752,7 +3752,6 @@ class Parser { public function callParserFunction( $frame, $function, array $args = array() ) { global $wgContLang; - # Case sensitive functions if ( isset( $this->mFunctionSynonyms[1][$function] ) ) { $function = $this->mFunctionSynonyms[1][$function];