RTL LTR. fixes #1995
git-svn-id: https://develop.svn.wordpress.org/trunk@3246 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1f77f33d51
commit
66c2fbe1ac
@ -150,7 +150,7 @@ endforeach;
|
||||
?>
|
||||
<?php if ( !$richedit ) the_quicktags(); ?>
|
||||
|
||||
<div><textarea dir="rtl" <?php if ( $richedit ) echo 'title="true"'; ?> rows="<?php echo $rows; ?>" cols="40" name="content" tabindex="2" id="content"><?php echo $richedit ? wp_richedit_pre($post->post_content) : $post->post_content; ?></textarea></div>
|
||||
<div><textarea <?php if ( $richedit ) echo 'title="true"'; ?> rows="<?php echo $rows; ?>" cols="40" name="content" tabindex="2" id="content"><?php echo $richedit ? wp_richedit_pre($post->post_content) : $post->post_content; ?></textarea></div>
|
||||
</fieldset>
|
||||
|
||||
<?php if ( !$richedit ) : ?>
|
||||
|
Loading…
Reference in New Issue
Block a user