Use wfEmptyMsg() here instead of !$tagDescription. Should make <non-existent-message...
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 25 Aug 2008 13:39:33 +0000 (13:39 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 25 Aug 2008 13:39:33 +0000 (13:39 +0000)
commitfff8ae9026fc2f13d3b7ebc014a623ab81de73f9
tree27fee2da1dc3f47228f4b921ff548711ebc73f94
parent17f2dccf891e2aa5d69d68f8b61d6c284a4ae090
Use wfEmptyMsg() here instead of !$tagDescription. Should make <non-existent-message> errors when a particular HTML tag doesn't exist (notably, diff-s) to go away now. Should now output the raw tag ('<s>', again in the noticed case). Oddly, I like that more than the messages ;-)
includes/HTMLDiff.php