aboutsummaryrefslogtreecommitdiffstats
path: root/includes/specials/SpecialWatchlist.php
diff options
context:
space:
mode:
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>2020-08-01 20:23:50 +0000
committerGerrit Code Review <gerrit@wikimedia.org>2020-08-01 20:23:50 +0000
commitf4f853f63dd091c4b8d50c768849981c717a9ea1 (patch)
tree3cf3436f46270b11eb4d2c5bd9f60c2ef584ad76 /includes/specials/SpecialWatchlist.php
parent3db96d7a54671d3306e98aa361db2edfea7b0093 (diff)
parentcde153d25c665911200bad9ac35ee0079ee353a2 (diff)
downloadmediawikicore-f4f853f63dd091c4b8d50c768849981c717a9ea1.tar.gz
mediawikicore-f4f853f63dd091c4b8d50c768849981c717a9ea1.zip
Merge "Add watchlist clock icon to RecentChanges"
Diffstat (limited to 'includes/specials/SpecialWatchlist.php')
-rw-r--r--includes/specials/SpecialWatchlist.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/includes/specials/SpecialWatchlist.php b/includes/specials/SpecialWatchlist.php
index a961e72df0e6..10641efeeb66 100644
--- a/includes/specials/SpecialWatchlist.php
+++ b/includes/specials/SpecialWatchlist.php
@@ -110,11 +110,6 @@ class SpecialWatchlist extends ChangesListSpecialPage {
return;
}
- // Enable OOUI for the clock icon.
- if ( $config->get( 'WatchlistExpiry' ) ) {
- $output->enableOOUI();
- }
-
parent::execute( $subpage );
if ( $this->isStructuredFilterUiEnabled() ) {