From: Max Semenik Date: Tue, 20 Sep 2016 21:58:04 +0000 (-0700) Subject: Remove OutputPage->mDebugtext X-Git-Tag: 1.31.0-rc.0~5445^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=cadd370a4d94a7dfc6685d524cd0615bb65a9d79;p=lhc%2Fweb%2Fwiklou.git Remove OutputPage->mDebugtext Deprecated since 1.20, unused anywhere. Change-Id: I4316b77c48e65faf788de60be28fc9cf65c785f1 --- diff --git a/includes/OutputPage.php b/includes/OutputPage.php index ba14b99557..c57e219f8c 100644 --- a/includes/OutputPage.php +++ b/includes/OutputPage.php @@ -67,13 +67,6 @@ class OutputPage extends ContextSource { */ public $mBodytext = ''; - /** - * Holds the debug lines that will be output as comments in page source if - * $wgDebugComments is enabled. See also $wgShowDebug. - * @deprecated since 1.20; use MWDebug class instead. - */ - public $mDebugtext = ''; - /** @var string Stores contents of "" tag */ private $mHTMLtitle = '';