Remove use of OutputPage::addParserOutputNoText()
authorKevin Israel <pleasestand@live.com>
Tue, 24 Jun 2014 08:43:31 +0000 (04:43 -0400)
committerKevin Israel <pleasestand@live.com>
Tue, 24 Jun 2014 08:53:44 +0000 (04:53 -0400)
commit1402236c4beb1a98a447ce258a6f332e8f73987a
treee4facac8e260f5881889500daad5b8211a9b17f1
parentf8067de9fc4f0fd05508a96f54a3207af7f53679
Remove use of OutputPage::addParserOutputNoText()

Simply clicking "Show preview" on the edit page triggered a deprecation
warning.

Also removed the wfDeprecated() call from the method, which is still used
in a few WMF-deployed extensions without a corresponding open change.

Follows-up e8f1fede77c5.

Change-Id: I2cfdc84b92cf13478b9f462028d525e4ec14fdf2
includes/EditPage.php
includes/OutputPage.php
includes/api/ApiParse.php