From 43b0829e191bacaa91334fa13d13cb4a8792a061 Mon Sep 17 00:00:00 2001 From: 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: http://svn.automattic.com/wordpress/trunk@18280 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 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.