https://bugzilla.wikimedia.org/show_bug.cgi?id=21173
--- Comment #4 from Brion Vibber <[email protected]> 2009-10-20 00:33:53 UTC --- Trust me it's there. :) Article::showRedirectedFromHeader() includes: // Add a <link rel="canonical"> tag $wgOut->addLink( array( 'rel' => 'canonical', 'href' => $this->mTitle->getLocalURL() ) ); Possibilities: 1) you're not looking at a redirected page (if it doesn't say "Redirected from XYZ" in the subtitle space, it's not a redirect view) 2) you're running a release branch that's not 1.16 (revision number that you svn up'd to doesn't tell you what branch your own) 3) you have an extension that overrides ArticleViewRedirect hook and replaces the behavior. -- 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
