aboutsummaryrefslogtreecommitdiffstats
path: root/includes/SkinTemplate.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/SkinTemplate.php')
-rw-r--r--includes/SkinTemplate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php
index 4f0e1fe850aa..b13d285f3d10 100644
--- a/includes/SkinTemplate.php
+++ b/includes/SkinTemplate.php
@@ -1596,7 +1596,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];
}