X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;ds=inline;f=includes%2Fparser%2FCoreParserFunctions.php;h=f0f1f5fa97da94a4a8ed85cc04d7617e5960f6c9;hb=69f16b7a69f9491b695ba0c9dfab7a7bdcb591d7;hp=e34d10b6a398b399a8a881a2e632cbd15b742284;hpb=dcfec00f3b1224081e5192d5cf6d426a3c66029c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/parser/CoreParserFunctions.php b/includes/parser/CoreParserFunctions.php index e34d10b6a3..f0f1f5fa97 100644 --- a/includes/parser/CoreParserFunctions.php +++ b/includes/parser/CoreParserFunctions.php @@ -174,7 +174,6 @@ class CoreParserFunctions { $magicWords = new MagicWordArray( [ 'url_path', 'url_query', 'url_wiki' ] ); } switch ( $magicWords->matchStartToEnd( $arg ) ) { - // Encode as though it's a wiki page, '_' for ' '. case 'url_wiki': $func = 'wfUrlencode';