From: Matt Walker Date: Sat, 10 Aug 2013 02:10:47 +0000 (-0700) Subject: Provide direction hinting in the personal toolbar X-Git-Tag: 1.31.0-rc.0~16773^2 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=172860042f883481c041b876cd986360563b46c0;p=lhc%2Fweb%2Fwiklou.git Provide direction hinting in the personal toolbar Actually use the directionality hinting provided. Bug: 49255 Change-Id: I276cd2777088d501c85aff05a55c4c2e07612fea --- 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]; }