edit form fix from Viper007Bond. fixes #2113
git-svn-id: http://svn.automattic.com/wordpress/trunk@3334 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0d9a94d553
commit
ebf2f33207
|
@ -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