Validation fixes

git-svn-id: http://svn.automattic.com/wordpress/branches/2.0@4223 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-09-25 01:40:06 +00:00
parent 6d8a449d6b
commit 96b3fea74d

View File

@ -151,6 +151,7 @@ endforeach;
}
?>
<?php the_quicktags(); ?>
</fieldset>
<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>
</fieldset>
@ -276,6 +277,7 @@ if($metadata = has_meta($post_ID)) {
meta_form();
?>
</div>
</div>
</fieldset>
</div>