Changeset 44566 for trunk/src/wp-includes/class-wp-locale.php
- Timestamp:
- 01/11/2019 06:39:55 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-locale.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-locale.php
r42718 r44566 217 217 if ( isset( $GLOBALS['text_direction'] ) ) { 218 218 $this->text_direction = $GLOBALS['text_direction']; 219 } /* translators: 'rtl' or 'ltr'. This sets the text direction for WordPress. */ 220 elseif ( 'rtl' == _x( 'ltr', 'text direction' ) ) { 219 220 /* translators: 'rtl' or 'ltr'. This sets the text direction for WordPress. */ 221 } elseif ( 'rtl' == _x( 'ltr', 'text direction' ) ) { 221 222 $this->text_direction = 'rtl'; 222 223 }
Note: See TracChangeset
for help on using the changeset viewer.