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
1 changed files with 2 additions and 0 deletions

View File

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