Chad 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: Icb279101e21c9f399f599b19fcd9d9f16f3a5fbd
---
M Example/api/ApiQueryExample.php
1 file changed, 0 insertions(+), 4 deletions(-)

Approvals:
  Aaron Schulz: Looks good to me, approved
  Chad: Verified; Looks good to me, approved
  Reedy: Looks good to me, approved



diff --git a/Example/api/ApiQueryExample.php b/Example/api/ApiQueryExample.php
index 0a72741..47e5969 100644
--- a/Example/api/ApiQueryExample.php
+++ b/Example/api/ApiQueryExample.php
@@ -58,8 +58,4 @@
                                => 'apihelp-query+example-example-2',
                );
        }
-
-       public function getVersion() {
-               return __CLASS__ . ': $Id$';
-       }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Icb279101e21c9f399f599b19fcd9d9f16f3a5fbd
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/examples
Gerrit-Branch: master
Gerrit-Owner: Anomie <[email protected]>
Gerrit-Reviewer: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to