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
This commit is contained in:
Andrew Nacin 2011-06-11 20:32:39 +00:00
parent 1914c5464e
commit 89590d3872
1 changed files with 1 additions and 1 deletions

View File

@ -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.