summaryrefslogtreecommitdiffstats
path: root/wp-includes/locale.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/locale.php')
-rw-r--r--wp-includes/locale.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-includes/locale.php b/wp-includes/locale.php
index 11903fc..0c8ec8b 100644
--- a/wp-includes/locale.php
+++ b/wp-includes/locale.php
@@ -12,7 +12,7 @@ class WP_Locale {
var $meridiem;
- var $text_direction = '';
+ var $text_direction = 'ltr';
var $locale_vars = array('text_direction');
function init() {