Append a <sup>*</sup> if a tooltip is available
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Sun, 21 Sep 2008 15:21:29 +0000 (15:21 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Sun, 21 Sep 2008 15:21:29 +0000 (15:21 +0000)
includes/specials/SpecialStatistics.php

index b312f3d..6edc044 100644 (file)
@@ -164,7 +164,7 @@ function wfSpecialStatistics( $par = '' ) {
  */
 function formatRow( $text, $number, $trExtraParams = '', $tooltip = '' ) {
        if( $tooltip ) {
-               $text = '<div title="' . wfMsg( $tooltip ) . '">' . $text . '</div>';
+               $text = '<div title="' . wfMsg( $tooltip ) . '">' . $text . '<sup>*</sup></div>';
        }
 
        return "<tr{$trExtraParams}>