Custom field AJAX fix from mdawaffe. fixes #2970
git-svn-id: https://develop.svn.wordpress.org/trunk@4029 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
47c276a6c6
commit
89d8708cb1
|
@ -32,7 +32,7 @@ if (isset($mode) && 'bookmarklet' == $mode) {
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<input type="hidden" name="user_ID" value="<?php echo $user_ID ?>" />
|
<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 ?>
|
<?php echo $form_extra ?>
|
||||||
<input type="hidden" name="post_type" value="page" />
|
<input type="hidden" name="post_type" value="page" />
|
||||||
|
|
||||||
|
@ -177,6 +177,7 @@ list_meta($metadata);
|
||||||
meta_form();
|
meta_form();
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="ajax-response"></div>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<?php do_action('dbx_page_advanced'); ?>
|
<?php do_action('dbx_page_advanced'); ?>
|
||||||
|
|
Loading…
Reference in New Issue