Don't escape HTML title of Special:Contributions for newbies
authorYusuke Matsubara <whym@whym.org>
Mon, 23 Dec 2013 12:31:41 +0000 (21:31 +0900)
committerYusuke Matsubara <whym@whym.org>
Tue, 24 Dec 2013 02:45:48 +0000 (11:45 +0900)
commit31f81975e24948f176586f448d1861b68794fec6
treee41da9d15034e65fa7bd7b984eb2182273eb88cd
parent17c42a258adb1d78a4c3dc2cffea1799272f0a3c
Don't escape HTML title of Special:Contributions for newbies

This is a correction regarding the call of "->plain".
MediaWiki:pagetitle may contain variables (such as {{SITENAME}})
to be parsed, so it should not be treated as plain text.
MediaWiki:sp-contributions-newbies-title appears to be plain text only.

Change-Id: Ia6c0d955fb789535104956be9a00ce432aabe9e1
includes/specials/SpecialContributions.php