Changeset 4223

Show
Ignore:
Timestamp:
09/25/06 01:40:06 (2 years ago)
Author:
ryan
Message:

Validation fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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>