Fix regression in transclusion of {{MediaWiki:}} messages that don't exist locally.
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 7 Jan 2007 12:30:46 +0000 (12:30 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 7 Jan 2007 12:30:46 +0000 (12:30 +0000)
commit16783ab5106ad1b333552ee85ea88ed1a1ed4fdb
tree622f6cb61873a80da9c5298147c2252ce9da28c6
parentc95ec8d74e78599f26aaf70cc095bfcc29f49591
Fix regression in transclusion of {{MediaWiki:}} messages that don't exist locally.
(Regression because they used to be in the database and now aren't in most cases.)
Some UI messages use this to get page names, for instance.
Now grabs the value out of the message system if the page doesn't exist.
includes/Parser.php
maintenance/parserTests.txt