From 868f61e63b970e4c3903e5add9dbdc782bd22c42 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 6 Aug 2011 12:06:11 +0000 Subject: Revert r89123 -- caused bug 30259 (switched correct calls with incorrect calls because of some interpretation of 'deprecation', causing invalid HTML output and breakage of watch tab on edit page) --- skins/Vector.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'skins/Vector.php') diff --git a/skins/Vector.php b/skins/Vector.php index e0d87a8f4e25..ac65b1f9ffed 100644 --- a/skins/Vector.php +++ b/skins/Vector.php @@ -108,7 +108,7 @@ class VectorTemplate extends BaseTemplate { } if ( isset( $link['tooltiponly'] ) && $link['tooltiponly'] ) { $nav[$section][$key]['key'] = - Linker::titleAttrib( $xmlID ); + Linker::tooltip( $xmlID ); } else { $nav[$section][$key]['key'] = Xml::expandAttributes( Linker::tooltipAndAccesskeyAttribs( $xmlID ) ); @@ -302,7 +302,7 @@ class VectorTemplate extends BaseTemplate { $msg = $name; } ?> -
> +
> html( 'userlangattributes' ) ?>>exists() ? $msgObj->text() : $msg ); ?>