MtDu has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/326193 )

Change subject: Remove WikiRevision::getText()
......................................................................

Remove WikiRevision::getText()

* Deprecated and not used

Change-Id: I7e20596a2201859fbf2bb735496a2e0bd30ccf09
---
M includes/import/WikiRevision.php
1 file changed, 0 insertions(+), 11 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/93/326193/1

diff --git a/includes/import/WikiRevision.php b/includes/import/WikiRevision.php
index 1e866f3..0384c2f 100644
--- a/includes/import/WikiRevision.php
+++ b/includes/import/WikiRevision.php
@@ -314,17 +314,6 @@
        }
 
        /**
-        * @return string
-        *
-        * @deprecated Since 1.21, use getContent() instead.
-        */
-       function getText() {
-               wfDeprecated( __METHOD__, '1.21' );
-
-               return $this->text;
-       }
-
-       /**
         * @return ContentHandler
         */
        function getContentHandler() {

-- 
To view, visit https://gerrit.wikimedia.org/r/326193
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7e20596a2201859fbf2bb735496a2e0bd30ccf09
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: MtDu <justin.d...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to