Add a translator's comment. see #19924.
git-svn-id: https://develop.svn.wordpress.org/trunk@19837 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e92b79e31f
commit
fc12b9fa10
@ -180,6 +180,7 @@ class WP_Locale {
|
||||
// Set text direction.
|
||||
if ( isset( $GLOBALS['text_direction'] ) )
|
||||
$this->text_direction = $GLOBALS['text_direction'];
|
||||
/* translators: 'rtl' or 'ltr'. This sets the text direction for WordPress. */
|
||||
elseif ( 'rtl' == _x( 'ltr', 'text direction' ) )
|
||||
$this->text_direction = 'rtl';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user