mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Validation fixes
git-svn-id: http://svn.automattic.com/wordpress/trunk@4083 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b4601fc06c
commit
6b095ddfd9
@ -146,6 +146,7 @@ endforeach;
|
|||||||
<legend><?php _e('Post') ?></legend>
|
<legend><?php _e('Post') ?></legend>
|
||||||
|
|
||||||
<?php the_editor($post->post_content); ?>
|
<?php the_editor($post->post_content); ?>
|
||||||
|
</fieldset>
|
||||||
|
|
||||||
<?php echo $form_pingback ?>
|
<?php echo $form_pingback ?>
|
||||||
<?php echo $form_prevstatus ?>
|
<?php echo $form_prevstatus ?>
|
||||||
@ -230,6 +231,7 @@ list_meta($metadata);
|
|||||||
?>
|
?>
|
||||||
<div id="ajax-response"></div>
|
<div id="ajax-response"></div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user