From: DannyS712 Date: Thu, 29 Aug 2019 20:22:15 +0000 (+0000) Subject: ContribsPage: Re-remove the getContribs() method X-Git-Tag: 1.34.0-rc.0~473^2 X-Git-Url: http://git.cyclocoop.org/data/%7BGarradin/WEBSITE%7D?a=commitdiff_plain;h=da64cb8fc70564d7f447aaf792ff11974c315d51;p=lhc%2Fweb%2Fwiklou.git ContribsPage: Re-remove the getContribs() method Dependencies remove the use from Flow and ArticleFeedback. This reverts commit e6a8e5268d8b70867e58b1c827d42fec56bb315f. Depends-On: If77a646344b3ee89505bb17be7571f63cff16a5a Depends-On: I3b2fa1c65cfc32e8ebc21166d32f174557694d88 Bug: T220447 Bug: T231540 Change-Id: I3f87c0310f2f2de674d8c2fa017642bcc69fd834 --- diff --git a/includes/specials/pagers/ContribsPager.php b/includes/specials/pagers/ContribsPager.php index 013444317c..d62951cb7e 100644 --- a/includes/specials/pagers/ContribsPager.php +++ b/includes/specials/pagers/ContribsPager.php @@ -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 */