Index: trunk/phase3/includes/Linker.php |
— | — | @@ -1943,7 +1943,7 @@ |
1944 | 1944 | public function tooltipAndAccesskey( $name ) { |
1945 | 1945 | global $wgEnableTooltipsAndAccesskeys; |
1946 | 1946 | if ( !$wgEnableTooltipsAndAccesskeys ) |
1947 | | - return array(); |
| 1947 | + return ''; |
1948 | 1948 | # FIXME: If Sanitizer::expandAttributes() treated "false" as "output |
1949 | 1949 | # no attribute" instead of "output '' as value for attribute", this |
1950 | 1950 | # would be three lines. |