r52801 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52800‎ | r52801 | r52802 >
Date:16:36, 6 July 2009
Author:tparscal
Status:ok
Tags:
Comment:
Resolved hidden language variants
Modified paths:
  • /trunk/phase3/skins/Vector.php (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/Vector.php
@@ -572,7 +572,7 @@
573573 <!-- variants -->
574574 <?php if ( count( $this->data['variant_urls'] ) > 0 ): ?>
575575 <div id="variants">
576 - <h5><div class="icon"><span><?php $this->msg('variants') ?></span></div></h5>
 576+ <h5><span><?php $this->msg('variants') ?></span><a href="#">&nbsp;</a></h5>
577577 <div class="menu">
578578 <ul <?php $this->html('userlangattributes') ?>>
579579 <?php foreach ($this->data['variant_urls'] as $key => $link ): ?>

Status & tagging log