diff --git a/wp-includes/locale.php b/wp-includes/locale.php index 6a80c3f22..dc3ede6f2 100644 --- a/wp-includes/locale.php +++ b/wp-includes/locale.php @@ -82,7 +82,7 @@ class WP_Locale { * @var string * @access private */ - var $text_direction = 'rtl'; + var $text_direction = 'ltr'; /** * Imports the global version to the class property.