"Tim Starling" posted a comment on MediaWiki.r86304. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/86304#c31728
Commit summary for MediaWiki.r86304: * (bug 28532) wfMsgExt() and wfMsgWikiHtml() use $wgOut->parse() * (bug 16129) Transcluded special pages expose strip markers when they output parsed messages Also adding some related documentation during my travels around the code Tim Starling's comment: You called ParserOptions::setInterfaceMessage() conditionally on the cached object without cloning it, so $interface=true leaks from one call to the next. I'm fixing it. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
