Custom field AJAX fix from mdawaffe. fixes #2970
git-svn-id: http://svn.automattic.com/wordpress/branches/2.0@4028 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9b274f27be
commit
710ac302ea
|
@ -32,7 +32,7 @@ if (isset($mode) && 'bookmarklet' == $mode) {
|
|||
}
|
||||
?>
|
||||
<input type="hidden" name="user_ID" value="<?php echo $user_ID ?>" />
|
||||
<input type="hidden" name="action" value='<?php echo $form_action ?>' />
|
||||
<input type="hidden" id="hiddenaction" name="action" value='<?php echo $form_action ?>' />
|
||||
<?php echo $form_extra ?>
|
||||
<input type="hidden" name="post_status" value="static" />
|
||||
|
||||
|
@ -213,6 +213,7 @@ if($metadata = has_meta($post_ID)) {
|
|||
meta_form();
|
||||
?>
|
||||
</div>
|
||||
<div id="ajax-response"></div>
|
||||
</fieldset>
|
||||
|
||||
<?php do_action('dbx_page_advanced'); ?>
|
||||
|
|
Loading…
Reference in New Issue