Changeset 19837
- Timestamp:
- 02/06/2012 07:43:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/locale.php
r19836 r19837 181 181 if ( isset( $GLOBALS['text_direction'] ) ) 182 182 $this->text_direction = $GLOBALS['text_direction']; 183 /* translators: 'rtl' or 'ltr'. This sets the text direction for WordPress. */ 183 184 elseif ( 'rtl' == _x( 'ltr', 'text direction' ) ) 184 185 $this->text_direction = 'rtl';
Note: See TracChangeset
for help on using the changeset viewer.