Some cleanup for r36609:
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 2 Jul 2008 01:19:00 +0000 (01:19 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 2 Jul 2008 01:19:00 +0000 (01:19 +0000)
commitf54ec4339e0579510f786b949a0b2d87ab4e61b2
treefe0393f1cd43981b69d4a04609a4e3a5bac7edcc
parentda8363115056ce1e7da42b140cd92471ec08dfad
Some cleanup for r36609:
$url and $alt parameters in makeExternalImage() are now normalized to be escaped on output instead of before they reach the function. This ensures that any hooks processing them won't accidentally send plaintext which might become an injection vector, or just get confused on pre-escaped input they didn't expect.
includes/Linker.php
includes/parser/Parser.php
includes/parser/Parser_OldPP.php