Make WordPress Core

Changeset 4843


Ignore:
Timestamp:
01/30/2007 07:14:50 PM (17 years ago)
Author:
markjaquith
Message:

Remove spurious </fieldset>. Props foolswisdom. fixes #3585

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/wp-admin/edit-form-advanced.php

    r4656 r4843  
    152152?>
    153153<?php the_quicktags(); ?>
    154 </fieldset>
    155154
    156155<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>
Note: See TracChangeset for help on using the changeset viewer.