Custom field AJAX fix from mdawaffe. fixes #2970
git-svn-id: http://svn.automattic.com/wordpress/trunk@4029 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ff745a3d00
commit
fbfe98308d
|
@ -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_type" value="page" />
|
||||
|
||||
|
@ -177,6 +177,7 @@ list_meta($metadata);
|
|||
meta_form();
|
||||
?>
|
||||
</div>
|
||||
<div id="ajax-response"></div>
|
||||
</fieldset>
|
||||
|
||||
<?php do_action('dbx_page_advanced'); ?>
|
||||
|
|
Loading…
Reference in New Issue