From 172860042f883481c041b876cd986360563b46c0 Mon Sep 17 00:00:00 2001 From: Matt Walker Date: Fri, 9 Aug 2013 19:10:47 -0700 Subject: [PATCH] Provide direction hinting in the personal toolbar Actually use the directionality hinting provided. Bug: 49255 Change-Id: I276cd2777088d501c85aff05a55c4c2e07612fea --- includes/SkinTemplate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index cca1c6ca91..6bd768b527 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -1565,7 +1565,7 @@ abstract class BaseTemplate extends QuickTemplate { if ( isset( $plink['active'] ) ) { $ptool['active'] = $plink['active']; } - foreach ( array( 'href', 'class', 'text' ) as $k ) { + foreach ( array( 'href', 'class', 'text', 'dir' ) as $k ) { if ( isset( $plink[$k] ) ) { $ptool['links'][0][$k] = $plink[$k]; } -- 2.20.1