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
This commit is contained in:
parent
7542e878f0
commit
43b0829e19
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue