r12336 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r12335‎ | r12336 | r12337 >
Date:18:36, 1 January 2006
Author:nikerabbit
Status:old
Tags:
Comment:
feed tooltips have been in the javascript for a long time
Modified paths:
  • /trunk/phase3/includes/SkinTemplate.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/SkinTemplate.php
@@ -217,8 +217,7 @@
218218 foreach( $wgFeedClasses as $format => $class ) {
219219 $feeds[$format] = array(
220220 'text' => $format,
221 - 'href' => $wgRequest->appendQuery( "feed=$format" ),
222 - 'ttip' => wfMsg('tooltip-'.$format)
 221+ 'href' => $wgRequest->appendQuery( "feed=$format" )
223222 );
224223 }
225224 $tpl->setRef( 'feeds', $feeds );

Status & tagging log