Make it possible for EditPage::getCopyrightWarning to return HTML
authorKunal Mehta <legoktm@gmail.com>
Thu, 17 Oct 2013 05:34:07 +0000 (22:34 -0700)
committerKunal Mehta <legoktm@gmail.com>
Sun, 20 Oct 2013 10:04:25 +0000 (03:04 -0700)
commit5655514978bce047af959b5f9d64f5a23052ae8a
treefdcf85429fc43f3071e0b0a0e1838521e66dc09e
parent923ad23d9917963fcc62048d74901bdf2a259095
Make it possible for EditPage::getCopyrightWarning to return HTML

Adds a $format option to let it return various output formats
so code that needs HTML doesn't have to do hacky stuff.

Change-Id: Ie4ff9738773399f9f00994c6cc587703ce99a681
includes/EditPage.php