Make WordPress Core


Ignore:
Timestamp:
09/25/2006 01:40:06 AM (20 years ago)
Author:
ryan
Message:

Validation fixes

File:
1 edited

Legend:

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

    r4002 r4223  
    152152?>
    153153<?php the_quicktags(); ?>
     154</fieldset>
    154155
    155156<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>
     
    277278?>
    278279</div>
     280</div>
    279281</fieldset>
    280282</div>
Note: See TracChangeset for help on using the changeset viewer.