Ticket #3585: 3585-spurious-fieldset-tag.diff
| File 3585-spurious-fieldset-tag.diff, 531 bytes (added by foolswisdom, 5 years ago) |
|---|
-
edit-form-advanced.php
151 151 } 152 152 ?> 153 153 <?php the_quicktags(); ?> 154 </fieldset>155 154 156 155 <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> 157 156 </fieldset>
