Status::getHTML should actually return HTML
authorBrad Jorsch <bjorsch@wikimedia.org>
Fri, 6 Dec 2013 17:53:18 +0000 (12:53 -0500)
committerBrad Jorsch <bjorsch@wikimedia.org>
Mon, 9 Dec 2013 17:14:06 +0000 (12:14 -0500)
commit58a161fa356a51e2deaa22008c1465e18c8a2ad7
treefa1f3f46bca79d03bfe2a48300c3163b22e34433
parent6f9ba4d2c4b5d0dd383974bc85fb072167fdf24b
Status::getHTML should actually return HTML

Currently it only returns wikitext with templates expanded (like
Message's text() method).

Bug: 45844
Change-Id: I24b5b098f15d0a4194817f31f63e37be1179aae6
includes/Message.php
includes/Status.php
tests/phpunit/includes/StatusTest.php