From 89590d3872780b80dc42a4012de70259f568741d Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sat, 11 Jun 2011 20:32:39 +0000 Subject: [PATCH] Remove my debug cruft. No, you're not looking in a mirror. props dcowgill, fixes #17769. git-svn-id: https://develop.svn.wordpress.org/trunk@18280 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/locale.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/locale.php b/wp-includes/locale.php index 6a80c3f22c..dc3ede6f25 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.