From a951db3d11f8326da4fceffd112c19f4d23b65df Mon Sep 17 00:00:00 2001 From: Alex Monk Date: Thu, 18 Oct 2012 19:37:32 +0100 Subject: [PATCH] (bug 41156) Add id to the toolbox page info link Change-Id: I4295d88f17aa468370af432e0b980e56c4581084 --- includes/SkinTemplate.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index 6233228d37..b8b1654c24 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -1444,6 +1444,7 @@ abstract class BaseTemplate extends QuickTemplate { } if ( isset( $this->data['nav_urls']['info'] ) && $this->data['nav_urls']['info'] ) { $toolbox['info'] = $this->data['nav_urls']['info']; + $toolbox['info']['id'] = 't-info'; } wfRunHooks( 'BaseTemplateToolbox', array( &$this, &$toolbox ) ); -- 2.20.1