Index: branches/wmf-deployment/includes/Linker.php |
— | — | @@ -1964,7 +1964,7 @@ |
1965 | 1965 | public function tooltip( $name, $options = null ) { |
1966 | 1966 | global $wgEnableTooltipsAndAccesskeys; |
1967 | 1967 | if ($wgEnableTooltipsAndAccesskeys) |
1968 | | - return array(); |
| 1968 | + return ''; |
1969 | 1969 | # FIXME: If Sanitizer::expandAttributes() treated "false" as "output |
1970 | 1970 | # no attribute" instead of "output '' as value for attribute", this |
1971 | 1971 | # would be two lines. |