edit form fix from Viper007Bond. fixes #2113
git-svn-id: https://develop.svn.wordpress.org/trunk@3334 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f29f877dba
commit
1a7f0bd3a8
|
@ -148,7 +148,7 @@ endforeach;
|
|||
?>
|
||||
<?php the_quicktags(); ?>
|
||||
|
||||
<div><textarea title="true" rows="<?php echo $rows; ?>" cols="40" name="content" tabindex="2" id="content"><?php echo user_can_richedit() ? wp_richedit_pre($post->post_content) : $post->post_content; ?></textarea></div>
|
||||
<div><textarea <?php if ( user_can_richedit() ) echo 'title="true" '; ?>rows="<?php echo $rows; ?>" cols="40" name="content" tabindex="2" id="content"><?php echo user_can_richedit() ? wp_richedit_pre($post->post_content) : $post->post_content; ?></textarea></div>
|
||||
</fieldset>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
|
Loading…
Reference in New Issue