Mwalker has uploaded a new change for review.
https://gerrit.wikimedia.org/r/78477
Change subject: Provide direction hinting in the personal toolbar
......................................................................
Provide direction hinting in the personal toolbar
Actually use the directionality hinting provided.
Change-Id: I276cd2777088d501c85aff05a55c4c2e07612fea
Bugfix: 52684
---
M includes/SkinTemplate.php
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/77/78477/1
diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php
index cca1c6c..6bd768b 100644
--- a/includes/SkinTemplate.php
+++ b/includes/SkinTemplate.php
@@ -1565,7 +1565,7 @@
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];
}
--
To view, visit https://gerrit.wikimedia.org/r/78477
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I276cd2777088d501c85aff05a55c4c2e07612fea
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Mwalker <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits