Followup r79520 and r79528, one of the args was missing when calling doEditSectionLin...
authorDaniel Friesen <dantman@users.mediawiki.org>
Tue, 4 Jan 2011 04:20:09 +0000 (04:20 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Tue, 4 Jan 2011 04:20:09 +0000 (04:20 +0000)
commitd3b9fcdc4a9041ca0a8c6e01a3f639caa96aa376
tree8c8383c9a044e119b1de36091b16d74fe32c031a
parent22832a2527a1a246c6b1c7dcc53e73f846410cfd
Followup r79520 and r79528, one of the args was missing when calling doEditSectionLink. Additionally the LanguageConverter was screwing up editsection markers really badly. Switched to <editsection> pesudo-xml style markers for best compatibility with the language converter. (tags are already escaped so we don't need to worry about similar user input)
includes/parser/Parser.php
includes/parser/ParserOutput.php