From da64cb8fc70564d7f447aaf792ff11974c315d51 Mon Sep 17 00:00:00 2001 From: DannyS712 Date: Thu, 29 Aug 2019 20:22:15 +0000 Subject: [PATCH] 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 --- includes/specials/pagers/ContribsPager.php | 10 ---------- 1 file changed, 10 deletions(-) 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 */ -- 2.20.1