* (bug 28532) wfMsgExt() and wfMsgWikiHtml() use $wgOut->parse()
authorSam Reed <reedy@users.mediawiki.org>
Mon, 18 Apr 2011 12:43:53 +0000 (12:43 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Mon, 18 Apr 2011 12:43:53 +0000 (12:43 +0000)
commit3a0ed7a04492e4a73b7a3d96c2ca40336f73dcb1
tree113276809d49f038149ac8cb35da463f298b8213
parenta02b99c55d29052d24ae1a024455166c1c19cf55
* (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
RELEASE-NOTES
includes/GlobalFunctions.php
includes/Message.php
includes/MessageCache.php
includes/OutputPage.php
includes/parser/Parser.php