From 340a258a81f8a7a34ce1b4a692bfbe7f80e27c33 Mon Sep 17 00:00:00 2001 From: Daniel Friesen Date: Fri, 10 Aug 2012 21:48:00 -0700 Subject: [PATCH] (bug 34264) Add id="t-print" to the print toolbox link. Change-Id: I62c2d6e4c194c4905ae1942f723a41fd20df3a98 --- includes/SkinTemplate.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index 3f07dd613a..2ddbfe92f2 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -1420,6 +1420,7 @@ abstract class BaseTemplate extends QuickTemplate { } if ( isset( $this->data['nav_urls']['print'] ) && $this->data['nav_urls']['print'] ) { $toolbox['print'] = $this->data['nav_urls']['print']; + $toolbox['print']['id'] = 't-print'; $toolbox['print']['rel'] = 'alternate'; $toolbox['print']['msg'] = 'printableversion'; } -- 2.20.1