Don't double escape in Linker::formatLinksInComment
authorMarius Hoch <hoo@online.de>
Wed, 14 Jan 2015 23:48:54 +0000 (00:48 +0100)
committerUmherirrender <umherirrender_de.wp@web.de>
Thu, 15 Jan 2015 18:14:42 +0000 (18:14 +0000)
commitdd740a65dc010dc44318ae14e465166fbbb24da4
tree9b5e6413ecebc3db10e0f00cf6454a827265f03c
parent03aee0e0cdd5503c580bba240616b0515c9d011f
Don't double escape in Linker::formatLinksInComment

Affected both the linked text and the actual URL.

For an example please see the ukwiki link on:
https://www.mediawiki.org/wiki/Special:CentralAuth/Admin

Follow-Up: Ibdedf087f85046646450367cbf1811db578d8f4b
Change-Id: Ie73796dcde4e0a096a6baa86a53245e6fe2b48b5
includes/Linker.php
tests/phpunit/includes/LinkerTest.php