https://bugzilla.wikimedia.org/show_bug.cgi?id=21738
Juliano F. Ravasi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Keywords|need-review, patch | Version|unspecified |1.16-svn --- Comment #8 from Juliano F. Ravasi <[email protected]> 2009-12-05 19:41:27 UTC --- The problem is not r36212, and also the patch is not the correct one. Special:RecentChanges already have syndication links, it is set in SpecialRecentchanges::webOutput() with a $wgOut->setSyndicated() call. Note that this bug was introduced in 1.16-svn. If you look deeper, you will find that Special:UnusedCategories and possibly others are also missing syndication links. The real problem here was introduced in r57119, which made $wgOut->setSyndicated() into a no-op. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
