Ticket #2113: edit-form-advanced.diff
| File edit-form-advanced.diff, 745 bytes (added by Viper007Bond, 6 years ago) |
|---|
-
wp-admin/edit-form-advanced.php
148 148 ?> 149 149 <?php the_quicktags(); ?> 150 150 151 <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>151 <div><textarea 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> 152 152 </fieldset> 153 153 154 154 <script type="text/javascript">
