r46062 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46061‎ | r46062 | r46063 >
Date:04:29, 23 January 2009
Author:danny_b
Status:reverted (Comments)
Tags:
Comment:
* + xml:lang
Modified paths:
  • /trunk/phase3/includes/OutputPage.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/OutputPage.php
@@ -1550,6 +1550,7 @@
15511551 'title' => wfMsg( 'language-link-title', $wgContLang->getLanguageName( $t->getInterwiki() ) ),
15521552 'rel' => 'alternate',
15531553 'lang' => $t->getInterwiki(),
 1554+ 'xml:lang' => $t->getInterwiki(),
15541555 'hreflang' => $t->getInterwiki(),
15551556 'href' => $t->getFullURL()
15561557 ) );

Follow-up revisions

RevisionCommit summaryAuthorDate
r46397Roll back r46059, r46062 "(bug 1433) Add meta-information to pages with langu...brion23:08, 27 January 2009

Comments

#Comment by Brion VIBBER (talk | contribs)   23:08, 27 January 2009

Pulling this back for the moment in r46397.

Status & tagging log