Merge "ContribsPage: Re-remove the getContribs() method"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 30 Aug 2019 22:37:41 +0000 (22:37 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 30 Aug 2019 22:37:41 +0000 (22:37 +0000)
includes/specials/pagers/ContribsPager.php

index b80a584..152f56b 100644 (file)
@@ -439,16 +439,6 @@ class ContribsPager extends RangeChronologicalPager {
                return $this->tagFilter;
        }
 
-       /**
-        * @deprecated since 1.34, redundant.
-        *
-        * @return string "users"
-        */
-       public function getContribs() {
-               // Brought back for backwards compatibility, see T231540.
-               return 'users';
-       }
-
        /**
         * @return string
         */