X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fspecials%2FSpecialRecentchanges.php;h=3e8bf1202cced72c10893b251cbd4020ce4abbad;hb=6f3d5a5204770b7e9076ec0c956631c32a9e1114;hp=983f74cd8292fa4208ce53c6c287c23ca671bb24;hpb=faffdf358c2ef344be89c1b5f6c6d377672fab29;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/specials/SpecialRecentchanges.php b/includes/specials/SpecialRecentchanges.php index 983f74cd82..3e8bf1202c 100644 --- a/includes/specials/SpecialRecentchanges.php +++ b/includes/specials/SpecialRecentchanges.php @@ -225,20 +225,6 @@ class SpecialRecentChanges extends ChangesListSpecialPage { } } - /** - * Get all custom filters - * - * @return array Map of filter URL param names to properties (msg/default) - */ - protected function getCustomFilters() { - if ( $this->customFilters === null ) { - $this->customFilters = parent::getCustomFilters(); - Hooks::run( 'SpecialRecentChangesFilters', [ $this, &$this->customFilters ], '1.23' ); - } - - return $this->customFilters; - } - /** * Process $par and put options found in $opts. Used when including the page. *