jenkins-bot has submitted this change and it was merged.

Change subject: Remove long-deprecated ApiBase::getVersion()
......................................................................


Remove long-deprecated ApiBase::getVersion()

This method has been deprecated and uncalled since MediaWiki 1.21. Once
earlier versions of MediaWiki are no longer supported, this should be
merged to remove the method.

Bug: T35287
Change-Id: I54a552f413ea42264620092c177cca0039898a31
---
M includes/api/ApiWebPlatformAuth.php
1 file changed, 0 insertions(+), 4 deletions(-)

Approvals:
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/api/ApiWebPlatformAuth.php 
b/includes/api/ApiWebPlatformAuth.php
index f67ae33..dd7ceb7 100644
--- a/includes/api/ApiWebPlatformAuth.php
+++ b/includes/api/ApiWebPlatformAuth.php
@@ -135,8 +135,4 @@
        public function getHelpUrls() {
                return 'https://www.webplatform.org';
        }
-
-       public function getVersion() {
-               return __CLASS__ . ': $Id: ApiWebPlatformAuth.php 6651 
2012-09-30 22:33:29Z mglaser $';
-       }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I54a552f413ea42264620092c177cca0039898a31
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WebPlatformAuth
Gerrit-Branch: master
Gerrit-Owner: Anomie <bjor...@wikimedia.org>
Gerrit-Reviewer: Legoktm <legoktm.wikipe...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to