https://bugzilla.wikimedia.org/show_bug.cgi?id=34146
--- Comment #5 from T. Gries <[email protected]> --- or, as an alternative on the PREFERENCE tab https://www.opteryx.org/phase3/index.php/Special:Preferences#mw-prefsection-watchlist to copy the code from /includes/specials/SpecialWatchlist.php and to show the RSS icon in the sidebar: if ( $wlToken ) { $this->addFeedLinks( array( 'action' => 'feedwatchlist', 'allrev' => 'allrev', 'wlowner' => $user->getName(), 'wltoken' => $wlToken ) ); } -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
