r41119 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r41118‎ | r41119 | r41120 >
Date:15:21, 21 September 2008
Author:siebrand
Status:old
Tags:
Comment:
Append a <sup>*</sup> if a tooltip is available
Modified paths:
  • /trunk/phase3/includes/specials/SpecialStatistics.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/specials/SpecialStatistics.php
@@ -164,7 +164,7 @@
165165 */
166166 function formatRow( $text, $number, $trExtraParams = '', $tooltip = '' ) {
167167 if( $tooltip ) {
168 - $text = '<div title="' . wfMsg( $tooltip ) . '">' . $text . '</div>';
 168+ $text = '<div title="' . wfMsg( $tooltip ) . '">' . $text . '<sup>*</sup></div>';
169169 }
170170
171171 return "<tr{$trExtraParams}>