Fixed unnecessary use of the replaceafter option to wfMsgExt(). Using it causes links...
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 1 Jul 2007 13:56:05 +0000 (13:56 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 1 Jul 2007 13:56:05 +0000 (13:56 +0000)
commitf71cd4d3dbad5d571ae6bd1e45c7a64319f0e7b2
tree774518190b4b0be698a1939bf59c706a372e93f8
parent359853c2cad8619bf110c9aa094fdc26600f26ef
Fixed unnecessary use of the replaceafter option to wfMsgExt(). Using it causes links generated in wikitext from parameters to not work, due to conversion of $1 to %241. This does mean the success links are coloured like external links, but on the plus side, it means you can have things like "check [[Special:Whatlinkshere/$1|what links here]] and fix double redirects". Backwards compatibility with messages is retained.
includes/SpecialMovepage.php